summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto@kdab.com>2012-03-06 15:21:19 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-07 00:13:16 +0100
commit6e58dd34ac96e2cf0807a227caaef74d15e272e7 (patch)
tree82dd84957306c24c102e1ee390f08148dce38d3c /mkspecs/unsupported/qnx-x86-qcc/qmake.conf
parent393356f5f622eb6a491e4c82b517e8d6c5d93a49 (diff)
Renaming QNX mkspecs
Renamed from blackberry-* to qnx-* in order to match he <platform>-<compiler> pattern. Change-Id: I378151f3d564dd280943c74865a1d2b97215b656 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/unsupported/qnx-x86-qcc/qmake.conf')
-rw-r--r--mkspecs/unsupported/qnx-x86-qcc/qmake.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/mkspecs/unsupported/qnx-x86-qcc/qmake.conf b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
new file mode 100644
index 0000000000..fef8d443c1
--- /dev/null
+++ b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
@@ -0,0 +1,25 @@
+#
+# 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/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)