qtcreator: add missing QML modules (fixes #9629)

Fixes empty welcome screen because of missing QML modules.
This commit is contained in:
Artjom Vejsel 2015-09-03 17:01:00 +03:00 committed by Bjørn Forsman
parent 65a415a1b2
commit d169882bb2

View file

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
Categories=Qt;Development;IDE;
__EOF__
# Wrap the qtcreator binary
addToSearchPath QML2_IMPORT_PATH "${qtLib.quickcontrols}/lib/qt5/qml"
wrapProgram $out/bin/qtcreator \
--prefix QT_PLUGIN_PATH : "$QT_PLUGIN_PATH" \
--prefix QML_IMPORT_PATH : "$QML_IMPORT_PATH" \