summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/qcc-base-qnx-armv7le.conf
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2012-08-16 18:08:19 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 17:06:44 +0200
commitf4f185edd9dda513320e23b9a3e3f92be203884f (patch)
treefc91b262972b222d27d93afee2bf773feba4d42a /mkspecs/common/qcc-base-qnx-armv7le.conf
parent727039c8e832b30775190683bf0aa4c293ddf7cd (diff)
Decouple -lang-c++ from CXX command on QNX mkspecs
Making -lang-c++ integral part of the $CXX command was wrong, because there are cases where $CXX must be called without the -lang-c++ file (when building asm files for instance). This commit moves the -lang-c++ to $CXX_FLAGS where it belongs. Change-Id: I667c8d722105c6117fcd8ff3102dbdfcb890b24f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'mkspecs/common/qcc-base-qnx-armv7le.conf')
-rw-r--r--mkspecs/common/qcc-base-qnx-armv7le.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/common/qcc-base-qnx-armv7le.conf b/mkspecs/common/qcc-base-qnx-armv7le.conf
index 8270a27625..b54eb3efb6 100644
--- a/mkspecs/common/qcc-base-qnx-armv7le.conf
+++ b/mkspecs/common/qcc-base-qnx-armv7le.conf
@@ -12,6 +12,7 @@ include(g++-unix.conf)
include(unix.conf)
QMAKE_CC = qcc -Vgcc_ntoarmv7le
+QMAKE_CXX = qcc -Vgcc_ntoarmv7le
QNX_CPUDIR = armle-v7
include(qcc-base-qnx.conf)