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

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