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

qtSubmodule {
  name = "qtquickcontrols";
  qtInputs = [ qtdeclarative ];
}