6e58dd34ac
Renamed from blackberry-* to qnx-* in order to match he <platform>-<compiler> pattern. Change-Id: I378151f3d564dd280943c74865a1d2b97215b656 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
26 lines
597 B
Plaintext
26 lines
597 B
Plaintext
#
|
|
# 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)
|