summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-19 18:08:43 +0100
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-02-10 22:41:55 +0000
commita958207576ba0e80fce95320608ae1b1f0387e09 (patch)
treef13913063fd2f3d8acf15386d07516206d5d545b
parent163d05ea7c1632e52f1a223bc2b222565a803668 (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: I45a4b9922fe5ad0d6474fd674a74bbb16ab15b54 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 5b17637967dc53939fca5426b3132bf3b608f340) Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--tests/auto/qml-qtquicktest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml-qtquicktest/CMakeLists.txt b/tests/auto/qml-qtquicktest/CMakeLists.txt
index 1f448f41..d3f24869 100644
--- a/tests/auto/qml-qtquicktest/CMakeLists.txt
+++ b/tests/auto/qml-qtquicktest/CMakeLists.txt
@@ -17,7 +17,7 @@ qt_internal_add_test(tst_qml-qtquicktest
../inc/tst_definitions.h
main.cpp
DEFINES
- QUICK_TEST_SOURCE_DIR=\"\\\"${CMAKE_CURRENT_SOURCE_DIR}/data\\\"\"
+ QUICK_TEST_SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data"
INCLUDE_DIRECTORIES
../inc
LIBRARIES