aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-06-04 11:37:35 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-06-04 10:07:22 +0000
commita926909010153bd914432fab240a5e225151237a (patch)
tree02adfda081bdd7c4cdea91e9aa34884d77c7f383 /tests
parentc9a3d2bea1743f3f589a2604262b925806348cea (diff)
Tests: Fix compile on macOS
Change-Id: Ic987e41c79cae531aa94ded8fa9fa87bce55c936 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/sdktool/sdktool.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/sdktool/sdktool.pro b/tests/auto/sdktool/sdktool.pro
index fe78c49f27..8cdcc8c653 100644
--- a/tests/auto/sdktool/sdktool.pro
+++ b/tests/auto/sdktool/sdktool.pro
@@ -3,6 +3,6 @@ include(../qttest.pri)
TMP_ILP = $$IDE_LIBEXEC_PATH
win32: TMP_ILP = $$replace(TMP_ILP, \\\\, /)
-DEFINES += SDKTOOL_DIR=\\\"$$TMP_ILP\\\"
+DEFINES += $$shell_quote(SDKTOOL_DIR=\"$$TMP_ILP\")
SOURCES += tst_sdktool.cpp