summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/testcocoon.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-12 11:17:40 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-16 01:06:55 +0200
commit034b5fd02e19a47fc542a9216d5de7642c0c5a27 (patch)
tree0a3d4f16136d946d0450cafb69001db2dfff2728 /mkspecs/features/testcocoon.prf
parent61d67ace5f538c14f83f1eaec65d1ccf643c083c (diff)
make QMAKE_RESOLVED_TARGET use normalized path separators
Change-Id: I23433a67364a9d09fa239b2c7f2cae495d3cc6df Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/features/testcocoon.prf')
-rw-r--r--mkspecs/features/testcocoon.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/testcocoon.prf b/mkspecs/features/testcocoon.prf
index 523497dba1..bf7e3dd463 100644
--- a/mkspecs/features/testcocoon.prf
+++ b/mkspecs/features/testcocoon.prf
@@ -25,7 +25,7 @@ TESTCOCOON_COVERAGE_OPTIONS = \
# is built directly in target.path and there is no need to move the csmes.
!isEmpty(DESTDIR):contains(TEMPLATE, lib) {
!isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK = $$escape_expand(\\n\\t)$$QMAKE_POST_LINK
- QMAKE_POST_LINK = -$(MOVE) $${TARGET_BASENAME}.csmes $${QMAKE_RESOLVED_TARGET}.csmes$$QMAKE_POST_LINK
+ QMAKE_POST_LINK = -$(MOVE) $${TARGET_BASENAME}.csmes $$native_path($${QMAKE_RESOLVED_TARGET}.csmes)$$QMAKE_POST_LINK
}
QMAKE_CLEAN += *.csexe *.csmes