summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt2
-rw-r--r--tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt2
-rw-r--r--tests/manual/compressed_textures/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt b/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt
index f468f717f..265333a0e 100644
--- a/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt
+++ b/tests/auto/quick3d/dynamicnodecreation/CMakeLists.txt
@@ -18,7 +18,7 @@ qt_internal_add_test(tst_dynamicnodecreation
../../shared/util.cpp ../../shared/util.h
tst_dynamicnodecreation.cpp
DEFINES
- QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
+ QT_QMLTEST_DATADIR="${CMAKE_CURRENT_SOURCE_DIR}/data"
INCLUDE_DIRECTORIES
../../shared
LIBRARIES
diff --git a/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt b/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt
index 9335b44eb..2dd653aae 100644
--- a/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt
+++ b/tests/auto/quick3d/quick3dnodeinstantiator/CMakeLists.txt
@@ -19,7 +19,7 @@ qt_internal_add_test(tst_qnodeinstantiator
stringmodel.h
tst_quick3dnodeinstantiator.cpp
DEFINES
- QT_QMLTEST_DATADIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
+ QT_QMLTEST_DATADIR="${CMAKE_CURRENT_SOURCE_DIR}/data"
INCLUDE_DIRECTORIES
../../shared
LIBRARIES
diff --git a/tests/manual/compressed_textures/CMakeLists.txt b/tests/manual/compressed_textures/CMakeLists.txt
index ff21b06ec..be95339eb 100644
--- a/tests/manual/compressed_textures/CMakeLists.txt
+++ b/tests/manual/compressed_textures/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_manual_test(compressed_textures
SOURCES
main.cpp
DEFINES
- DATA_DIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"
+ DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data"
LIBRARIES
Qt::3DCore
Qt::3DInput