aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKevin Krammer <kevin.krammer.qnx@kdab.com>2012-10-09 14:50:48 +0200
committerNicolas Arnaud-Cormos <nicolas@kdab.com>2012-10-09 16:40:12 +0200
commitaf4b4e9008d125e4d2d59fc8ebe8741c9dcf4d4b (patch)
tree611f6f2439427e143ff5c3cc6411a8e711f51fc0 /share
parente72484abd7447311d83e46470604ffb957167760 (diff)
QNX: remove unnecessary lines from project template files
the "-platform blackberry" command line argument is no longer required in bar-descriptor.xml files due to Qt being built with QT_QPA_DEFAULT_PLATFORM_NAME defined "blackberry", thus making that the QPA loader's default choice. See mkspecs/blackberry-armv7le-qcc/qplatformdefs.h and mkspecs/blackberry-x86-qcc/qplatformdefs.h Change-Id: I35fdaf71adf0bb1b9041da90db857a7074b12cff Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml2
-rw-r--r--share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml2
-rw-r--r--share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml2
3 files changed, 0 insertions, 6 deletions
diff --git a/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml
index c5cc31166b..f1a18771ab 100644
--- a/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml
+++ b/share/qtcreator/templates/wizards/bb-bardescriptor/bar-descriptor.xml
@@ -16,8 +16,6 @@
<env var="QML_IMPORT_PATH" value="app/native/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>-platform</arg>
- <arg>blackberry</arg>
<arg>-style</arg>
<arg>qnxlight</arg>
diff --git a/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml
index 5727904396..96071e6ba6 100644
--- a/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml
+++ b/share/qtcreator/templates/wizards/bb-guiapp/bar-descriptor.xml
@@ -15,8 +15,6 @@
<env var="QML_IMPORT_PATH" value="app/native/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>-platform</arg>
- <arg>blackberry</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-quickapp/bar-descriptor.xml b/share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml
index 8f0a09e611..eef7a87673 100644
--- a/share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml
+++ b/share/qtcreator/templates/wizards/bb-quickapp/bar-descriptor.xml
@@ -15,8 +15,6 @@
<env var="QML_IMPORT_PATH" value="app/native/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>-platform</arg>
- <arg>blackberry</arg>
<action system="true">run_native</action>
<asset entry="true" path="%ProjectName%" type="Qnx/Elf">%ProjectName%</asset>