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

11 lines
209 B
Nix
Raw Normal View History

{ qtSubmodule, qtdeclarative }:
qtSubmodule {
name = "qtquickcontrols2";
qtInputs = [ qtdeclarative ];
2017-05-19 01:19:42 +02:00
outputs = [ "out" "dev" "bin" ];
postInstall = ''
moveToOutput "$qtQmlPrefix" "$bin"
'';
}