summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-01-04 16:26:46 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-01-04 16:26:46 (GMT)
commit697e236c096d62137fdd155f5ef8d72a26b8636b (patch)
treeda6dd70894562e15ebeccc4a1aa0cb90339fbd8f /mkspecs
parentf8696912869c702ddc5ac664659346554e96addf (diff)
parentc981098ea0353aead43c93ac81835451515b63d0 (diff)
downloadQt-697e236c096d62137fdd155f5ef8d72a26b8636b.zip
Qt-697e236c096d62137fdd155f5ef8d72a26b8636b.tar.gz
Qt-697e236c096d62137fdd155f5ef8d72a26b8636b.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix def file names for libinfixed testlib Generate freeze targets in Symbian
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/symbian/def_files.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/def_files.prf b/mkspecs/features/symbian/def_files.prf
index f243878..4a59116 100644
--- a/mkspecs/features/symbian/def_files.prf
+++ b/mkspecs/features/symbian/def_files.prf
@@ -4,7 +4,7 @@
CONFIG -= def_files_disabled
# We need a target name without the INFIX'ed part, since DEF files are not infixed.
-equals(QMAKE_TARGET_PRODUCT, Qt4):clean_TARGET = $$replace(TARGET, "$${QT_LIBINFIX}$", "")
+equals(QMAKE_TARGET_PRODUCT, Qt4)|equals(QMAKE_TARGET_PRODUCT, QTestLib):clean_TARGET = $$replace(TARGET, "$${QT_LIBINFIX}$", "")
else:clean_TARGET = $$TARGET
symbian-abld|symbian-sbsv2 {