qt5base-lts/mkspecs/common/qcc-base-qnx-x86-64.conf
Marianne Yrjänä 703485c293 QNX7.1 updates
Updates due to newer compiler version in QNX7.1

Task-number: QTBUG-88300
Change-Id: If9bbc08d49a077d80174a1807e069b5d4ef61c0d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-11-20 15:28:31 +02:00

24 lines
515 B
Plaintext

#
# qmake configuration for qnx-qcc x86-64 targets
#
MAKEFILE_GENERATOR = UNIX
include(g++-unix.conf)
include(unix.conf)
QMAKE_CC = qcc -Vgcc_ntox86_64
QMAKE_CXX = q++ -Vgcc_ntox86_64
QNX_CPUDIR = x86_64
include(qcc-base-qnx.conf)
QMAKE_AR = ntox86_64-ar cqs
QMAKE_OBJCOPY = ntox86_64-objcopy
QMAKE_NM = ntox86_64-nm -P
QMAKE_RANLIB = ntox86_64-ranlib
QMAKE_STRIP = ntox86_64-strip
load(qt_config)