summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly.qnx@kdab.com>2012-04-18 12:07:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-23 07:30:02 +0200
commit47617f68cbed0c14e7318e1c85885ed8411b7344 (patch)
treef46c5c4c7e97a7c07451f26c8339cb10ee912668 /mkspecs/unsupported
parent5c2e560fe94e00502b7de811cd33c4da08b18c2b (diff)
Make the QNX QPA plugin work with non blackberry.
Change-Id: Id85d18d9f21711e8d53e8e4bfdf39d10e135f593 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com> Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'mkspecs/unsupported')
-rw-r--r--mkspecs/unsupported/blackberry-armv7le-qcc/qmake.conf4
-rw-r--r--mkspecs/unsupported/blackberry-x86-qcc/qmake.conf2
-rw-r--r--mkspecs/unsupported/qnx-armv7le-qcc/qmake.conf22
-rw-r--r--mkspecs/unsupported/qnx-x86-qcc/qmake.conf22
4 files changed, 7 insertions, 43 deletions
diff --git a/mkspecs/unsupported/blackberry-armv7le-qcc/qmake.conf b/mkspecs/unsupported/blackberry-armv7le-qcc/qmake.conf
index 4e72667c5d..efb585b6a5 100644
--- a/mkspecs/unsupported/blackberry-armv7le-qcc/qmake.conf
+++ b/mkspecs/unsupported/blackberry-armv7le-qcc/qmake.conf
@@ -1,5 +1,5 @@
#
-# qmake configuration for blackberry x86 systems
+# qmake configuration for blackberry armv7le systems
#
DEFINES += Q_OS_BLACKBERRY
@@ -9,4 +9,4 @@ LIBS += -lbps
# Blackberry also has support for stack smashing protection in its libc
QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
-include(../qnx-armv7le-qcc/qmake.conf)
+include(../../common/qcc-base-qnx-armv7le.conf)
diff --git a/mkspecs/unsupported/blackberry-x86-qcc/qmake.conf b/mkspecs/unsupported/blackberry-x86-qcc/qmake.conf
index 60b67f801e..3fd84c13a6 100644
--- a/mkspecs/unsupported/blackberry-x86-qcc/qmake.conf
+++ b/mkspecs/unsupported/blackberry-x86-qcc/qmake.conf
@@ -9,4 +9,4 @@ LIBS += -lbps
# Blackberry also has support for stack smashing protection in its libc
QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
-include(../qnx-x86-qcc/qmake.conf)
+include(../../common/qcc-base-qnx-x86.conf)
diff --git a/mkspecs/unsupported/qnx-armv7le-qcc/qmake.conf b/mkspecs/unsupported/qnx-armv7le-qcc/qmake.conf
index ac6da27061..37c66cd178 100644
--- a/mkspecs/unsupported/qnx-armv7le-qcc/qmake.conf
+++ b/mkspecs/unsupported/qnx-armv7le-qcc/qmake.conf
@@ -2,24 +2,6 @@
# qmake configuration for qnx-qcc armv7 targets
#
-MAKEFILE_GENERATOR = UNIX
-TARGET_PLATFORM = unix
-TEMPLATE = app
-CONFIG += qt warn_on release link_prl
-QT += core gui
+include(../../common/qcc-base-qnx-armv7le.conf)
-include(../../common/g++-unix.conf)
-include(../../common/unix.conf)
-
-QMAKE_CC = qcc -Vgcc_ntoarmv7le
-QNX_CPUDIR = armle-v7
-
-include(../../common/qcc-base-qnx.conf)
-
-QMAKE_AR = ntoarmv7-ar cqs
-QMAKE_OBJCOPY = ntoarmv7-objcopy
-QMAKE_RANLIB = ntoarmv7-ranlib
-
-QMAKE_STRIP = ntoarmv7-strip
-
-load(qt_config)
+DEFINES += QT_NO_CLIPBOARD
diff --git a/mkspecs/unsupported/qnx-x86-qcc/qmake.conf b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
index fef8d443c1..cf588bae1c 100644
--- a/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
+++ b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
@@ -2,24 +2,6 @@
# qmake configuration for qnx-qcc x86 targets
#
-MAKEFILE_GENERATOR = UNIX
-TARGET_PLATFORM = unix
-TEMPLATE = app
-CONFIG += qt warn_on release link_prl
-QT += core gui
+include(../../common/qcc-base-qnx-x86.conf)
-include(../../common/g++-unix.conf)
-include(../../common/unix.conf)
-
-QMAKE_CC = qcc -Vgcc_ntox86
-QNX_CPUDIR = x86
-
-include(../../common/qcc-base-qnx.conf)
-
-QMAKE_AR = ntox86-ar cqs
-QMAKE_OBJCOPY = ntox86-objcopy
-QMAKE_RANLIB = ntox86-ranlib
-
-QMAKE_STRIP = ntox86-strip
-
-load(qt_config)
+DEFINES += QT_NO_CLIPBOARD