aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-19 18:14:19 +0100
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-02-10 17:20:20 +0000
commit594b7d43e6d27fe89e2553f963355421a71c84d5 (patch)
tree59e58100f32bab36db9a9a9370fd3295901ae095
parent8e3244bc6b96c4f7273fac37532e8acd0ec2bb95 (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: If21cac4d1fc47a231d4c98b4c459851be91a1de9 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit c00f8b7422d4fbc77528b56209ce1a5087c56145) Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/auto/qtquicktimeline/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtquicktimeline/CMakeLists.txt b/tests/auto/qtquicktimeline/CMakeLists.txt
index e5fecca..634ca69 100644
--- a/tests/auto/qtquicktimeline/CMakeLists.txt
+++ b/tests/auto/qtquicktimeline/CMakeLists.txt
@@ -18,7 +18,7 @@ qt_internal_add_test(tst_qtquicktimeline
SOURCES
tst_qtquicktimeline.cpp
DEFINES
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/"
LIBRARIES
Qt::Gui
Qt::Qml