summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-01-04 15:16:03 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-01-04 15:25:06 (GMT)
commitc981098ea0353aead43c93ac81835451515b63d0 (patch)
tree4243985038d45537a8268bdfa0d35d48b1419582 /mkspecs
parent91e127444f1b217525263b26f44fb566b9067d75 (diff)
downloadQt-c981098ea0353aead43c93ac81835451515b63d0.zip
Qt-c981098ea0353aead43c93ac81835451515b63d0.tar.gz
Qt-c981098ea0353aead43c93ac81835451515b63d0.tar.bz2
Fix def file names for libinfixed testlib
Reviewed-by: Janne Koskinen
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 {