Update spec to build Qt 5.0
[profile/ivi/qtbase.git] / mkspecs / common / qcc-base-qnx-x86.conf
1 #
2 # qmake configuration for qnx-qcc x86 targets
3 #
4
5 MAKEFILE_GENERATOR      = UNIX
6
7 include(g++-unix.conf)
8 include(unix.conf)
9
10 QMAKE_CC                = qcc -Vgcc_ntox86
11 QMAKE_CXX               = qcc -Vgcc_ntox86
12 QNX_CPUDIR              = x86
13
14 include(qcc-base-qnx.conf)
15
16 QMAKE_AR                = ntox86-ar cqs
17 QMAKE_OBJCOPY           = ntox86-objcopy
18 QMAKE_RANLIB            = ntox86-ranlib
19
20 QMAKE_STRIP             = ntox86-strip
21
22 load(qt_config)