From 8edc0ae710642a687d1f46af77d4e500b7ff5fc7 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Fri, 3 May 2024 09:59:29 +0200 Subject: [PATCH] QmlDesigner: Add DesignEffects plugin to template Add DesignEffects plugin to qmlcomponents template for CMake based project usage. Change-Id: Ie2a0ac4cf47719c4a2e49532acaa9a092a6dc372 Reviewed-by: Thomas Hartmann (cherry picked from commit fe461b85e6b273b1b5e7db4d0cc0808ed9d8368c) --- .../qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl b/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl index a9f20243a69..2e4a3bfe82a 100644 --- a/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl +++ b/src/plugins/qmlprojectmanager/cmakegen/templates/qmlcomponents.tpl @@ -17,6 +17,7 @@ FetchContent_Populate(ds) target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE QuickStudioComponentsplugin + QuickStudioDesignEffectsplugin QuickStudioEffectsplugin QuickStudioApplicationplugin FlowViewplugin