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

with stdenv.lib;

qtSubmodule {
  name = "qtsensors";
  qtInputs = [ qtbase qtdeclarative ];
}