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

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