mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
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;
|
||||
__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" \
|
||||
|
Loading…
Reference in New Issue
Block a user