summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-19 18:16:37 +0100
committerAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-20 20:41:02 +0100
commit4373a5e1a77ad571f7d7df9224c5aee8763f64d9 (patch)
tree031b6a68473f25fc84308714ceefce665d7b0809 /tests
parent96f6ea610e2e915248a83feeac4d12c43bfb4c70 (diff)
downloadqttools-4373a5e1a77ad571f7d7df9224c5aee8763f64d9.tar.gz
Fix the broken test after the retirement of qt_parse_all_arguments
As we are now processing the arguments with cmake_parse_arguments(PARSE_ARGV, we don't need to pass the escape characters anymore. Task-number: QTBUG-99238 Change-Id: I9c91e6d9678a87d7d5da1c36d72803f5e586513d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
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