Merge pull request #28516 from vandenoever/qtchartsqml
qt5.qtcharts: enable qml
This commit is contained in:
commit
7e26e69a4b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue