summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-06-04 17:08:37 +1000
committerJoão Abecasis <joao.abecasis@nokia.com>2011-01-17 16:34:43 +0100
commit338bfec36122260cb0c1613de3b15c1703fb7d46 (patch)
tree1e7e70937e198e954557f3f063c5a8217111f279
parente0bb13cdbcbbe772478c961efc5476c47e1b8eae (diff)
downloadqt4-tools-338bfec36122260cb0c1613de3b15c1703fb7d46.tar.gz
Fixed unescaped backslashes in testcase.prf
(cherry picked from commit c5beba29f1ac44ce225d73da67503f23f8aeffdc)
-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 2a56d7d719..7a7c9e305a 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