Merge pull request #28516 from vandenoever/qtchartsqml
qt5.qtcharts: enable qml
This commit is contained in:
commit
7e26e69a4b
@ -1,8 +1,8 @@
|
|||||||
{ qtSubmodule, qtbase }:
|
{ qtSubmodule, qtbase, qtdeclarative }:
|
||||||
|
|
||||||
qtSubmodule {
|
qtSubmodule {
|
||||||
name = "qtcharts";
|
name = "qtcharts";
|
||||||
qtInputs = [ qtbase ];
|
qtInputs = [ qtbase qtdeclarative ];
|
||||||
outputs = [ "out" "dev" "bin" ];
|
outputs = [ "out" "dev" "bin" ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
moveToOutput "$qtQmlPrefix" "$bin"
|
moveToOutput "$qtQmlPrefix" "$bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user