aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-02-03 10:58:01 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-02-03 14:13:39 +0000
commit9a5cb5896edc796f4950d2f6c7a126378dcaf1bb (patch)
tree8cc1b397d67cb6313692b8bad61eea43b78f3485 /tests
parenteb2fc79a3fc92a04563b6876adf9e484f83ae994 (diff)
Tests: Fix cmake file
Change-Id: Iebe454bee2037c0d150d5ea537419044745abc10 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Samuel Ghinet <samuel.ghinet@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/wizard/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt b/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt
index de84a6e931..0606be1a55 100644
--- a/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt
+++ b/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt
@@ -9,11 +9,11 @@ add_qtc_test(tst_qml_wizard
DEFINES
QT_CREATOR
QMLDESIGNER_TEST
- INCLUDES "${PROJECT_SOURCE_DIR}/src/plugins"
- "${StudioWelcomeDir}"
IDE_PLUGIN_PATH="${PROJECT_BINARY_DIR}/${IDE_PLUGIN_PATH}"
IDE_DATA_PATH="${PROJECT_BINARY_DIR}/${IDE_DATA_PATH}"
TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
+ INCLUDES "${PROJECT_SOURCE_DIR}/src/plugins"
+ "${StudioWelcomeDir}"
SOURCES
wizardfactories-test.cpp
stylemodel-test.cpp