From 44224802604cadeaaef3f938d48458cd718bb15d Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 2 Apr 2025 09:07:49 +0200 Subject: [PATCH] CMake: Make the plugandpaint example runnable without installation The extrafilters DLL must be placed in the plugins directory to be found. The QMake build is correct in that regard. Change-Id: Ic1652e008148f3dfa36558b82d8bc8ddb08c1e99 Reviewed-by: Oliver Wolff --- .../tools/plugandpaint/plugins/extrafilters/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manual/examples/widgets/tools/plugandpaint/plugins/extrafilters/CMakeLists.txt b/tests/manual/examples/widgets/tools/plugandpaint/plugins/extrafilters/CMakeLists.txt index ead67decd5a..6db9c30c324 100644 --- a/tests/manual/examples/widgets/tools/plugandpaint/plugins/extrafilters/CMakeLists.txt +++ b/tests/manual/examples/widgets/tools/plugandpaint/plugins/extrafilters/CMakeLists.txt @@ -7,7 +7,7 @@ qt_add_plugin(pnp_extrafilters ) set_target_properties(pnp_extrafilters PROPERTIES - LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/app" + LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/plugins" ) target_include_directories(pnp_extrafilters PRIVATE