aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormfekari <mfekari@rim.com>2012-10-18 11:22:09 -0400
committerEike Ziller <eike.ziller@digia.com>2012-10-19 11:15:43 +0200
commit8b29f4439ae88e54c0ef18eea38b8342264ff2dc (patch)
tree2766cd4bae53b320d74413a954c67d653422bae7 /share
parent0299d54d2dc33d12da7241f77e3bcfa9c74603fb (diff)
Qnx: Update the wizard templates for Qt5 applications on BlackBerry
Change-Id: I4b17c59b1e25fd453d2fe09fb865832291ffc87c Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Vladimir Minenko <vminenko@rim.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml3
-rw-r--r--share/qtcreator/templates/wizards/bb-qt5-guiapp/wizard.xml2
-rw-r--r--share/qtcreator/templates/wizards/bb-qt5-quick2app/bar-descriptor.xml3
-rw-r--r--share/qtcreator/templates/wizards/bb-qt5-quick2app/wizard.xml2
4 files changed, 8 insertions, 2 deletions
diff --git a/share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml
index e88f7c0d9b..5d506c4372 100644
--- a/share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml
+++ b/share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml
@@ -18,6 +18,9 @@
<publisher>PUBLISHER</publisher>
<copyright>COPYRIGHT</copyright>
+ <arg>-platform</arg>
+ <arg>qnx</arg>
+
<action system="true">run_native</action>
<asset entry="true" path="%ProjectName%" type="Qnx/Elf">%ProjectName%</asset>
diff --git a/share/qtcreator/templates/wizards/bb-qt5-guiapp/wizard.xml b/share/qtcreator/templates/wizards/bb-qt5-guiapp/wizard.xml
index 7f47f6c367..79e5ecf1c0 100644
--- a/share/qtcreator/templates/wizards/bb-qt5-guiapp/wizard.xml
+++ b/share/qtcreator/templates/wizards/bb-qt5-guiapp/wizard.xml
@@ -36,7 +36,7 @@
featuresRequired="QtSupport.Wizards.FeatureBlackBerry">
<icon>icon.png</icon>
<displayname>BlackBerry Qt5 Gui Application</displayname>;
- <description>Creates a Qt5 Gui application for BlackBerry.</description>
+ <description>Creates an experimental Qt5 Gui application for BlackBerry 10. You need an own Qt5 build for BlackBerry 10 since Qt5 is not provided in the current BlackBerry 10 NDK and is not included in DevAlpha devices.</description>
<files>
<file source="main.cpp" openeditor="true"/>
<file source="mainwidget.cpp" openeditor="true"/>
diff --git a/share/qtcreator/templates/wizards/bb-qt5-quick2app/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-qt5-quick2app/bar-descriptor.xml
index 4e191478d2..b5f957bd8a 100644
--- a/share/qtcreator/templates/wizards/bb-qt5-quick2app/bar-descriptor.xml
+++ b/share/qtcreator/templates/wizards/bb-qt5-quick2app/bar-descriptor.xml
@@ -18,6 +18,9 @@
<env var="QT_PLUGIN_PATH" value="app/native/plugins"/>
<env var="LD_LIBRARY_PATH" value="app/native/lib"/>
+ <arg>-platform</arg>
+ <arg>qnx</arg>
+
<action system="true">run_native</action>
<asset entry="true" path="%ProjectName%" type="Qnx/Elf">%ProjectName%</asset>
diff --git a/share/qtcreator/templates/wizards/bb-qt5-quick2app/wizard.xml b/share/qtcreator/templates/wizards/bb-qt5-quick2app/wizard.xml
index 918d671c53..13a4f86fce 100644
--- a/share/qtcreator/templates/wizards/bb-qt5-quick2app/wizard.xml
+++ b/share/qtcreator/templates/wizards/bb-qt5-quick2app/wizard.xml
@@ -36,7 +36,7 @@
featuresRequired="QtSupport.Wizards.FeatureBlackBerry">
<icon>icon.png</icon>
<displayname>BlackBerry Qt Quick 2 Application</displayname>;
- <description>Creates a Qt Quick 2 application for BlackBerry.</description>
+ <description>Creates an experimental Qt Quick 2 application for BlackBerry 10. You need an own Qt5 build for BlackBerry 10 since Qt5 is not provided in the current BlackBerry 10 NDK and is not included in DevAlpha devices.</description>
<files>
<file source="main.cpp" openeditor="true"/>
<file source="qml/main.qml" openeditor="true"/>