diff --git a/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml index f1a18771abcf7eb0d6703798176a6b823bcd6400..cd534fe8b6913f633639fb214563b5612f290b86 100644 --- a/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml +++ b/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml @@ -13,7 +13,7 @@ </initialWindow> <publisher>PUBLISHER</publisher> <copyright>COPYRIGHT</copyright> - <env var="QML_IMPORT_PATH" value="app/native/imports"/> + <env var="QML_IMPORT_PATH" value="app/native/imports:/usr/lib/qt4/imports"/> <env var="QT_PLUGIN_PATH" value="app/native/plugins:/usr/lib/qt4/plugins"/> <env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib/"/> <arg>-style</arg> diff --git a/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml index 96071e6ba63594882ed3c01f9890bc4076f3c1ae..8ad05ef4562d2037e60821ecb26072703bc0ebc3 100644 --- a/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml +++ b/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml @@ -12,7 +12,7 @@ <aspectRatio>landscape</aspectRatio> </initialWindow> - <env var="QML_IMPORT_PATH" value="app/native/imports"/> + <env var="QML_IMPORT_PATH" value="app/native/imports:/usr/lib/qt4/imports"/> <env var="QT_PLUGIN_PATH" value="app/native/plugins:/usr/lib/qt4/plugins"/> <env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib/"/> diff --git a/share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml index eef7a876738bf312808bb9093aafe24e36b545e4..3bf0f233123d62467696adfe4ef58870a9f95d89 100644 --- a/share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml +++ b/share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml @@ -12,7 +12,7 @@ <aspectRatio>landscape</aspectRatio> </initialWindow> - <env var="QML_IMPORT_PATH" value="app/native/imports"/> + <env var="QML_IMPORT_PATH" value="app/native/imports:/usr/lib/qt4/imports"/> <env var="QT_PLUGIN_PATH" value="app/native/plugins:/usr/lib/qt4/plugins"/> <env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib/"/>