about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtremoteobjects.nix
blob: a71f9e8e352d60e08fe763bf1aee1da6b7794c0a (plain) (blame)
1
2
3
4
5
6
7
8
{ qtModule, qtbase, qtdeclarative }:

qtModule {
  pname = "qtremoteobjects";
  qtInputs = [ qtbase qtdeclarative ];
  # cycle is detected in build when adding "dev" "bin" too
  outputs = [ "out" ];
}