Merge pull request #28516 from vandenoever/qtchartsqml

qt5.qtcharts: enable qml
This commit is contained in:
Jörg Thalheim 2017-08-25 20:37:21 +01:00 committed by GitHub
commit 7e26e69a4b

View File

@ -1,8 +1,8 @@
{ qtSubmodule, qtbase }:
{ qtSubmodule, qtbase, qtdeclarative }:
qtSubmodule {
name = "qtcharts";
qtInputs = [ qtbase ];
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
postInstall = ''
moveToOutput "$qtQmlPrefix" "$bin"