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

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