diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-24 15:01:43 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-24 17:20:11 (GMT) |
commit | e9ea8cf1332a741eb4e4d115b96d89ff146f850f (patch) | |
tree | 6a16134fb471ab666df548ed8a87f55da4ee3b1c /mkspecs/common | |
parent | 9f0899d86afcc2304c9de824c43e363d2a881339 (diff) | |
download | Qt-e9ea8cf1332a741eb4e4d115b96d89ff146f850f.zip Qt-e9ea8cf1332a741eb4e4d115b96d89ff146f850f.tar.gz Qt-e9ea8cf1332a741eb4e4d115b96d89ff146f850f.tar.bz2 |
Make gcce xcompiler for symbian compile+link QtCore
This moves some stuff from the common to linux-armcc specific
and updates the cloned gcce specs to do the right thing.
Diffstat (limited to 'mkspecs/common')
-rw-r--r-- | mkspecs/common/armcc.conf | 1 | ||||
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/common/armcc.conf b/mkspecs/common/armcc.conf index c9a518b..2c765bc 100644 --- a/mkspecs/common/armcc.conf +++ b/mkspecs/common/armcc.conf @@ -2,6 +2,7 @@ # qmake configuration for armcc # +CONFIG += rvct_linker QMAKE_CC = armcc QMAKE_CFLAGS += QMAKE_CFLAGS_DEPS += -M diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 744ffda..b496f72 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -3,7 +3,7 @@ # TEMPLATE = app -CONFIG += qt warn_on release incremental link_prl rvct_linker sis_targets +CONFIG += qt warn_on release incremental link_prl sis_targets QT += core gui QMAKE_INCREMENTAL_STYLE = sublib |