From dcc3724eed2499b0737f460f358846a8434a3100 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Thu, 19 Jan 2023 18:10:47 +0100 Subject: 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 --- tests/auto/qmlinterface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1