summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEl Mehdi Fekari <mfekari@rim.com>2013-03-21 11:20:41 +0100
committerMehdi Fekari <mfekari@rim.com>2013-04-02 17:23:32 +0200
commitbdba46586d552f8ed9deb36a1c875a5ca67af227 (patch)
treef84ae13351da3bffd81fcd6b7d4975f193f2a1eb /share
parent43e221f395412de8ab6e0fb09fe0d483c27f0a51 (diff)
downloadqt-creator-bdba46586d552f8ed9deb36a1c875a5ca67af227.tar.gz
Qnx: Fix the generated file descriptor to deploy Qt5 apps
Task-number: QTCREATORBUG-8989 Change-Id: I727f7c5d1db5dcea10bf06e42ab0d063fbbd51b2 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml
index a8c1c24488..ebb8b18bd5 100644
--- a/share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml
+++ b/share/qtcreator/templates/wizards/bb-qt5-bardescriptor/bar-descriptor.xml
@@ -17,8 +17,9 @@
<env var="QML2_IMPORT_PATH" value="app/native/imports"/>
<env var="QT_PLUGIN_PATH" value="app/native/plugins"/>
<env var="LD_LIBRARY_PATH" value="app/native/lib"/>
- <arg>-style</arg>
- <arg>qnxlight</arg>
+
+ <arg>-platform</arg>
+ <arg>qnx</arg>
<action system="true">run_native</action>