diff options
Diffstat (limited to 'mkspecs/unsupported/qnx-x86-qcc/qmake.conf')
-rw-r--r-- | mkspecs/unsupported/qnx-x86-qcc/qmake.conf | 25 |
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 0000000..fc7e4b4 --- /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) |