aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-09-07 09:07:43 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-07 14:12:47 +0000
commit88e90323c8eb878a00bc176372411765d706d6d6 (patch)
tree071f5b2e7ca0dabe8a4a5e4e1af91f8c2eda0d2a /examples/quick
parent0caa40caa7e87e9308c5ddf796ec10534e2f8e54 (diff)
Examples: Fix top level build
Examples using the "shared" pattern need to be recorded in the list in examples/quick/CMakeLists.txt, so that we do the necessary AUTOMOC handling for them in a top level build. For details, see the commit which introduced that list. Amends 34bc389543c37b8439c9c0b48f471649b6529868. Change-Id: I6945b0c8445fe436da259dd240342e1c3b5cbf26 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Craig Scott <craig.scott@qt.io> (cherry picked from commit 011ee2dfec6b994430b9464f6c74d1c7246d508a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/quick')
-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 19591ade12..734195e0f7 100644
--- a/examples/quick/CMakeLists.txt
+++ b/examples/quick/CMakeLists.txt
@@ -51,6 +51,7 @@ set(reused_dir_targets
touchinteraction_shared
window_shared
shapes_shared
+ imageelements_shared
)
foreach(target IN LISTS reused_dir_targets)
if(TARGET ${target})