summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.8/qtquickcontrols2.nix
blob: 1a52d1802cee399e9798c00344ffb38f882b1b1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ qtSubmodule, qtdeclarative }:

qtSubmodule {
  name = "qtquickcontrols2";
  qtInputs = [ qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
  postInstall = ''
    moveToOutput "$qtQmlPrefix" "$bin"
  '';
}