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

qtModule {
  name = "qtquickcontrols2";
  qtInputs = [ qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}