summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2022-07-01 11:04:31 +0200
committerTim Jenssen <tim.jenssen@qt.io>2022-07-01 09:17:39 +0000
commita920bbf59fb071af2e6bfb306dec07bb8ba94924 (patch)
treed79a229c89ea355944fd164f2b9702f575fd68bc /tests
parent88080612bcec6ba0f41841e87498d46f35f82fa3 (diff)
downloadqt-creator-a920bbf59fb071af2e6bfb306dec07bb8ba94924.tar.gz
qmldesigner tests: remove unnecessary defines
Change-Id: I1363e7e2ac174b51236644dd37fe184e711e96d3 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/wizard/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt b/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt
index a2965b22f1..9a50fab71b 100644
--- a/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt
+++ b/tests/auto/qml/qmldesigner/wizard/CMakeLists.txt
@@ -8,7 +8,6 @@ add_qtc_test(tst_qml_wizard
DEPENDS Core Utils StudioWelcome ProjectExplorer QmlDesigner Googletest
DEFINES
QT_CREATOR
- QMLDESIGNER_TEST
IDE_PLUGIN_PATH="${PROJECT_BINARY_DIR}/${IDE_PLUGIN_PATH}"
IDE_DATA_PATH="${PROJECT_BINARY_DIR}/${IDE_DATA_PATH}"
TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"