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

qtModule {
  pname = "qtquickcontrols2";
  qtInputs = [ qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}