summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-06-04 07:08:37 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-06-04 07:11:56 (GMT)
commitc5beba29f1ac44ce225d73da67503f23f8aeffdc (patch)
tree45d2fcefb3f1d9530c53a520b72cf1a1d879ea60 /mkspecs
parent02fd8c18e41eeb1259cded3866545515b919e974 (diff)
downloadQt-c5beba29f1ac44ce225d73da67503f23f8aeffdc.zip
Qt-c5beba29f1ac44ce225d73da67503f23f8aeffdc.tar.gz
Qt-c5beba29f1ac44ce225d73da67503f23f8aeffdc.tar.bz2
Fixed unescaped backslashes in testcase.prf
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/testcase.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/testcase.prf b/mkspecs/features/testcase.prf
index 2a56d7d..7a7c9e3 100644
--- a/mkspecs/features/testcase.prf
+++ b/mkspecs/features/testcase.prf
@@ -18,9 +18,9 @@ win32:debug_and_release {
# subdirectory. However, since make's working directory is already outside of the
# debug/release subdirectory, this first ../ should be ignored when deciding if
# we have to change directory before running the test.
- MUNGED_TARGET=$$replace(MUNGED_TARGET,^\.\./,)
+ MUNGED_TARGET=$$replace(MUNGED_TARGET,^\\.\\./,)
}
-!isEmpty(MUNGED_DESTDIR):!contains(MUNGED_DESTDIR,^\./?):check.commands = cd $(DESTDIR) &&
+!isEmpty(MUNGED_DESTDIR):!contains(MUNGED_DESTDIR,^\\./?):check.commands = cd $(DESTDIR) &&
contains(MUNGED_TARGET,.*/.*):check.commands = cd $(DESTDIR) &&
# Allow for a custom test runner script