summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-10-19 10:10:08 +0200
committeraxis <qt-info@nokia.com>2011-03-04 11:43:13 +0100
commit153b79efac39c33e528650cca35f832e47f7302b (patch)
tree336d0982b5ecb7e8919ef8b07e18750ba5e844e3 /mkspecs
parentbd07beb56cda3d6c37c0d0f9204247f16586cd27 (diff)
Added object script support to RVCT when using MinGW qmake generator.
RevBy: Oswald Buddenhagen
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/symbian/symbian-makefile.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/common/symbian/symbian-makefile.conf b/mkspecs/common/symbian/symbian-makefile.conf
index 4fc58120d2..cffc859b93 100644
--- a/mkspecs/common/symbian/symbian-makefile.conf
+++ b/mkspecs/common/symbian/symbian-makefile.conf
@@ -28,6 +28,8 @@ CONFIG *= no_plugin_name_prefix
QMAKE_PREFIX_STATICLIB =
QMAKE_SYMBIAN_SHLIB = 1
+QMAKE_LINK_OBJECT_SCRIPT = objects
+
is_using_gnupoc {
DEFINES *= __QT_PRODUCT_INCLUDE_IS_LOWERCASE__
}