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

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