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

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