From 6e58dd34ac96e2cf0807a227caaef74d15e272e7 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Tue, 6 Mar 2012 15:21:19 +0100 Subject: Renaming QNX mkspecs Renamed from blackberry-* to qnx-* in order to match he - pattern. Change-Id: I378151f3d564dd280943c74865a1d2b97215b656 Reviewed-by: Oswald Buddenhagen --- mkspecs/unsupported/qnx-x86-qcc/qmake.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 mkspecs/unsupported/qnx-x86-qcc/qmake.conf (limited to 'mkspecs/unsupported/qnx-x86-qcc/qmake.conf') 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) -- cgit v1.2.3