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

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