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

qtModule {
  pname = "qtsensors";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}