summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/qmltests.pro
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2015-04-15 08:34:54 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2015-04-15 12:37:29 +0000
commit0504f954a33b5f287b37a9ea931c628aedd87452 (patch)
tree27e98a576b278eb820e2b9a55ada0256dd480bc4 /tests/auto/quick/qmltests/qmltests.pro
parent21d7d29e1da1bd5921afce8747db5717332858f5 (diff)
Fix QUICK_TEST_SOURCE_DIR macro on Windows
Backslashes in the path were interpreted as escape characters on Windows. Change-Id: Ifdb81efb51ec09d822aa243514fe145c700faaf7 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/qmltests/qmltests.pro')
-rw-r--r--tests/auto/quick/qmltests/qmltests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/qmltests.pro b/tests/auto/quick/qmltests/qmltests.pro
index 8f9274095..a8a63fd5a 100644
--- a/tests/auto/quick/qmltests/qmltests.pro
+++ b/tests/auto/quick/qmltests/qmltests.pro
@@ -52,7 +52,7 @@ OTHER_FILES += \
load(qt_build_paths)
-DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD$${QMAKE_DIR_SEP}data\\\"\"
+DEFINES += QUICK_TEST_SOURCE_DIR=\\\"$$re_escape($$PWD$${QMAKE_DIR_SEP}data)\\\"
!isQMLTestSupportApiEnabled() {
PLUGIN_EXTENSION = .so