summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto@kdab.com>2012-03-07 08:53:14 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-08 00:40:13 +0100
commit1e0021d8d9e374ae3959fcd4eac5d9e7238cbc54 (patch)
tree2cb0e30916bb9fe9503fbb304514251083a4ee3d /mkspecs/unsupported/qnx-x86-qcc/qmake.conf
parent41ba5997bba81e225dbc449bb60ac86d88ed7fe3 (diff)
Renaming QNX mkspecsv4.8.1
Renamed from blackberry-* to qnx-* in order to match he <platform>-<compiler> pattern. cherry-picked from qt5/qtbase 6e58dd34ac96e2cf0807a227caaef74d15e272e7 Change-Id: I793af8d1a2053ccf37aaefd5849267797d0ee021 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..fc7e4b408e
--- /dev/null
+++ b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf
@@ -0,0 +1,25 @@
+#
+# qmake configuration for qnx-qcc x86 target
+#
+
+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)