From 57753efded8966c5533415723b42c4133213ed69 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 26 Jul 2021 12:27:48 +0200 Subject: Fix test paths In preparation for merging into qtdeclarative Task-number: QTBUG-95173 Change-Id: I0c91c9af85ca63ca8c7f7184d41f299030e12a0e Reviewed-by: Qt CI Bot Reviewed-by: Fabian Kosmale Reviewed-by: Mitch Curtis (cherry picked from commit 93b7b48d417ff0a7a77871454bf90d6962fe890c) --- tests/auto/quickcontrols2/qquickcontrol/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quickcontrols2/qquickcontrol/CMakeLists.txt') diff --git a/tests/auto/quickcontrols2/qquickcontrol/CMakeLists.txt b/tests/auto/quickcontrols2/qquickcontrol/CMakeLists.txt index dc35e0307d..a8e6e65560 100644 --- a/tests/auto/quickcontrols2/qquickcontrol/CMakeLists.txt +++ b/tests/auto/quickcontrols2/qquickcontrol/CMakeLists.txt @@ -17,7 +17,7 @@ qt_internal_add_test(tst_qquickcontrol ../shared/visualtestutil.cpp ../shared/visualtestutil.h tst_qquickcontrol.cpp DEFINES - QQC2_IMPORT_PATH=\\\"${CMAKE_CURRENT_SOURCE_DIR}/../../../../src\\\" + QQC2_IMPORT_PATH=\\\"${CMAKE_CURRENT_SOURCE_DIR}/../../../../src/quickcontrols2\\\" PUBLIC_LIBRARIES Qt::CorePrivate Qt::Gui -- cgit v1.2.3