aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <[email protected]>2025-02-17 11:00:53 +0100
committerAlexandru Croitor <[email protected]>2025-02-18 14:00:32 +0100
commit970912b8097b6c6450347fea1a9e74ed1ca91208 (patch)
tree4c7b1f67f810f3702d830718ef2c1fba218e4b44 /examples
parent4478ebce316e063c88ac6cc9930a4b1fb39a1fd1 (diff)
CMake: Fix CMake Error: AUTOMOC for target neumorphicpanel_shared
Pick-to: 6.9 Fixes: QTBUG-133481 Change-Id: Iea93f6599f73476cb42305a9fd1b6b48802176f8 Reviewed-by: Alexey Edelev <[email protected]> Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/CMakeLists.txt b/examples/quick/CMakeLists.txt
index 4b8d59eebb..1ae6bf111d 100644
--- a/examples/quick/CMakeLists.txt
+++ b/examples/quick/CMakeLists.txt
@@ -58,6 +58,7 @@ set(reused_dir_targets
draganddrop_shared
testbed_shared
itemswitcher_shared
+ neumorphicpanel_shared
)
foreach(target IN LISTS reused_dir_targets)