summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-19 17:41:09 +0100
committerAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-20 19:42:40 +0100
commit90aafa0470570d873292633ef7072fb02783cc06 (patch)
tree8ed06e07268ce5147253c63639d53ecf9b3c0a69 /tests/manual
parent4e70ab5eebe16f8bc1bba26ee2f6bfdd243eb1bb (diff)
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: Iea9cda4fe0ae56043cc4d7db29ce53d9d737d645 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/qdesktopservices/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qdesktopservices/CMakeLists.txt b/tests/manual/qdesktopservices/CMakeLists.txt
index 19e139eb98..b489a05f6c 100644
--- a/tests/manual/qdesktopservices/CMakeLists.txt
+++ b/tests/manual/qdesktopservices/CMakeLists.txt
@@ -11,7 +11,7 @@ qt_internal_add_manual_test(tst_manual_qdesktopservices
SOURCES
tst_qdesktopservices.cpp
DEFINES
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/"
LIBRARIES
Qt::Gui
Qt::Test