3e6d172638
that way we can override the values defined there. Change-Id: Ib9bce596d9fd43875b26a97c5489ee9d0d46b77c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
25 lines
489 B
Plaintext
25 lines
489 B
Plaintext
#
|
|
# qmake configuration for qnx-qcc x86 targets
|
|
#
|
|
|
|
MAKEFILE_GENERATOR = UNIX
|
|
|
|
include(unix.conf)
|
|
|
|
include(g++-unix.conf)
|
|
|
|
QMAKE_CC = qcc -Vgcc_ntox86
|
|
QMAKE_CXX = qcc -Vgcc_ntox86
|
|
QNX_CPUDIR = x86
|
|
|
|
include(qcc-base-qnx.conf)
|
|
|
|
QMAKE_AR = ntox86-ar cqs
|
|
QMAKE_OBJCOPY = ntox86-objcopy
|
|
QMAKE_NM = ntox86-nm -P
|
|
QMAKE_RANLIB = ntox86-ranlib
|
|
|
|
QMAKE_STRIP = ntox86-strip
|
|
|
|
load(qt_config)
|