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

qtModule {
  pname = "qtquickcontrols";
  qtInputs = [ qtdeclarative ];
}