nixpkgs/pkgs/development/libraries/qt-5/5.9/qtquickcontrols2.nix

11 lines
209 B
Nix

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