summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-19 18:10:47 +0100
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-02-10 18:46:32 +0000
commita1134e5d9b7c9ddb188c1ee4ce19c9a04309c6b2 (patch)
tree0dbfc1255bb5ef0845a1764f6ce8c881f11aa39c
parent40c8bf48fd09d42a5a1a57f2ad1d07a9b53b5cf7 (diff)
downloadqtlocation-a1134e5d9b7c9ddb188c1ee4ce19c9a04309c6b2.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: I618d4cd0105988bffb1d496fa2b3149d0e609710 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit dcc3724eed2499b0737f460f358846a8434a3100) Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/auto/qmlinterface/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmlinterface/CMakeLists.txt b/tests/auto/qmlinterface/CMakeLists.txt
index 71ce6310..173a0041 100644
--- a/tests/auto/qmlinterface/CMakeLists.txt
+++ b/tests/auto/qmlinterface/CMakeLists.txt
@@ -2,7 +2,7 @@ qt_internal_add_test(tst_qmlinterface
SOURCES
tst_qmlinterface.cpp
DEFINES
- SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
+ SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/"
LIBRARIES
Qt::Location
Qt::Positioning