qtcreator: add missing QML modules (fixes #9629)
Fixes empty welcome screen because of missing QML modules.
This commit is contained in:
parent
65a415a1b2
commit
d169882bb2
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
Categories=Qt;Development;IDE;
|
Categories=Qt;Development;IDE;
|
||||||
__EOF__
|
__EOF__
|
||||||
# Wrap the qtcreator binary
|
# Wrap the qtcreator binary
|
||||||
|
addToSearchPath QML2_IMPORT_PATH "${qtLib.quickcontrols}/lib/qt5/qml"
|
||||||
wrapProgram $out/bin/qtcreator \
|
wrapProgram $out/bin/qtcreator \
|
||||||
--prefix QT_PLUGIN_PATH : "$QT_PLUGIN_PATH" \
|
--prefix QT_PLUGIN_PATH : "$QT_PLUGIN_PATH" \
|
||||||
--prefix QML_IMPORT_PATH : "$QML_IMPORT_PATH" \
|
--prefix QML_IMPORT_PATH : "$QML_IMPORT_PATH" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user