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

qtModule {
  pname = "qtremoteobjects";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
}