Make the QNX QPA plugin work with non blackberry.
[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 TARGET_PLATFORM         = unix
7 TEMPLATE                = app
8 CONFIG                  += qt warn_on release link_prl
9 QT                      += core gui
10
11 include(g++-unix.conf)
12 include(unix.conf)
13
14 QMAKE_CC                = qcc -Vgcc_ntox86
15 QNX_CPUDIR              = x86
16
17 include(qcc-base-qnx.conf)
18
19 QMAKE_AR                = ntox86-ar cqs
20 QMAKE_OBJCOPY           = ntox86-objcopy
21 QMAKE_RANLIB            = ntox86-ranlib
22
23 QMAKE_STRIP             = ntox86-strip
24
25 load(qt_config)