From 011ee2dfec6b994430b9464f6c74d1c7246d508a Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Tue, 7 Sep 2021 09:07:43 +0200 Subject: [PATCH] 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. Pick-to: 6.2 Change-Id: I6945b0c8445fe436da259dd240342e1c3b5cbf26 Reviewed-by: Andrei Golubev Reviewed-by: Craig Scott --- examples/quick/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/quick/CMakeLists.txt b/examples/quick/CMakeLists.txt index d39bf5a830..7dd76afd21 100644 --- a/examples/quick/CMakeLists.txt +++ b/examples/quick/CMakeLists.txt @@ -45,6 +45,7 @@ set(reused_dir_targets touchinteraction_shared window_shared shapes_shared + imageelements_shared ) foreach(target IN LISTS reused_dir_targets) if(TARGET ${target})