blob: 40edc9121857d4b533e37b56b921d2b902f63fbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#
# qmake configuration for qnx-i386-g++
#
# Written for QNX RTOS v6
#
include(../../common/qnx/qmake.conf)
# modifications to g++-base.conf
QMAKE_CC = ntox86-gcc
QMAKE_CXX = ntox86-g++
QMAKE_LINK = ntox86-g++
QMAKE_LINK_SHLIB = $$QMAKE_LINK
QMAKE_LINK_C = ntox86-gcc
QMAKE_LINK_C_SHLIB = $$QMAKE_LINK_C
# modifications to linux.conf
QMAKE_AR = ntox86-ar cqs
QMAKE_OBJCOPY = ntox86-objcopy
QMAKE_RANLIB = ntox86-ranlib
QMAKE_STRIP = ntox86-strip
load(qt_config)
|