From 96f60fa123c38a28ac1855194aa83084c370fc0b Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 9 Nov 2021 20:10:39 +0100 Subject: [PATCH] StudioWelcome: Fix build, add target QmlDesigner as condition If QmlDesigner is not built, also StudioWelcome cannot, since it now depends on QmlDesigner. Amends: a850b1b866a5dfbaffdcf26fa7816c5a41305bbf Change-Id: I79edfbd0a3d6f922f7a7e03b64e02777b181b3bc Reviewed-by: Cristian Adam Reviewed-by: Eike Ziller --- src/plugins/studiowelcome/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/studiowelcome/CMakeLists.txt b/src/plugins/studiowelcome/CMakeLists.txt index 3d290d6486b..e1f899d2fd4 100644 --- a/src/plugins/studiowelcome/CMakeLists.txt +++ b/src/plugins/studiowelcome/CMakeLists.txt @@ -1,5 +1,5 @@ add_qtc_plugin(StudioWelcome - CONDITION TARGET Qt5::QuickWidgets + CONDITION TARGET Qt5::QuickWidgets AND TARGET QmlDesigner DEPENDS Qt5::QuickWidgets PLUGIN_DEPENDS Core ProjectExplorer QtSupport QmlDesigner DEFINES STUDIO_QML_PATH="${CMAKE_CURRENT_SOURCE_DIR}/qml/"