summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qhelpcontentmodel/CMakeLists.txt2
-rw-r--r--tests/auto/qhelpenginecore/CMakeLists.txt2
-rw-r--r--tests/auto/qhelpgenerator/CMakeLists.txt2
-rw-r--r--tests/auto/qhelpindexmodel/CMakeLists.txt2
-rw-r--r--tests/auto/qhelpprojectdata/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/qhelpcontentmodel/CMakeLists.txt b/tests/auto/qhelpcontentmodel/CMakeLists.txt
index b53858536..977920e87 100644
--- a/tests/auto/qhelpcontentmodel/CMakeLists.txt
+++ b/tests/auto/qhelpcontentmodel/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qhelpcontentmodel
tst_qhelpcontentmodel.cpp
DEFINES
QT_USE_USING_NAMESPACE
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
LIBRARIES
Qt::Gui
Qt::Help
diff --git a/tests/auto/qhelpenginecore/CMakeLists.txt b/tests/auto/qhelpenginecore/CMakeLists.txt
index da38caf85..370ecaba5 100644
--- a/tests/auto/qhelpenginecore/CMakeLists.txt
+++ b/tests/auto/qhelpenginecore/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qhelpenginecore
tst_qhelpenginecore.cpp
DEFINES
QT_USE_USING_NAMESPACE
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
LIBRARIES
Qt::Gui
Qt::Help
diff --git a/tests/auto/qhelpgenerator/CMakeLists.txt b/tests/auto/qhelpgenerator/CMakeLists.txt
index a4100cc49..53047fa3a 100644
--- a/tests/auto/qhelpgenerator/CMakeLists.txt
+++ b/tests/auto/qhelpgenerator/CMakeLists.txt
@@ -15,7 +15,7 @@ qt_internal_add_test(tst_qhelpgenerator
tst_qhelpgenerator.cpp
DEFINES
QT_USE_USING_NAMESPACE
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
LIBRARIES
Qt::Gui
Qt::HelpPrivate
diff --git a/tests/auto/qhelpindexmodel/CMakeLists.txt b/tests/auto/qhelpindexmodel/CMakeLists.txt
index 73f976eeb..291e73b10 100644
--- a/tests/auto/qhelpindexmodel/CMakeLists.txt
+++ b/tests/auto/qhelpindexmodel/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qhelpindexmodel
tst_qhelpindexmodel.cpp
DEFINES
QT_USE_USING_NAMESPACE
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
LIBRARIES
Qt::Gui
Qt::Help
diff --git a/tests/auto/qhelpprojectdata/CMakeLists.txt b/tests/auto/qhelpprojectdata/CMakeLists.txt
index e77357ecb..7544d8800 100644
--- a/tests/auto/qhelpprojectdata/CMakeLists.txt
+++ b/tests/auto/qhelpprojectdata/CMakeLists.txt
@@ -14,7 +14,7 @@ qt_internal_add_test(tst_qhelpprojectdata
tst_qhelpprojectdata.cpp
DEFINES
QT_USE_USING_NAMESPACE
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
LIBRARIES
Qt::Gui
Qt::HelpPrivate