aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-09-08 14:35:26 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2021-09-08 14:41:20 +0200
commitdeccfa4636400cee32efb1ba89eda1c88921ee3a (patch)
tree28979ff2e059261f479b99dd2374861156a936b9 /examples/quick
parent368ee6797f0d23d69798fdba7570a6f8c79c8796 (diff)
Fix toplevel build again
delegatechooser_shared also uses the shared directory, and thus needs the workaround. Amennds f4760b48bb994050afeffa5426671bc110cdcc8b. Pick-to: 6.2 Change-Id: If05694c2608b0e0a86993f0f2ace7b1640d039c7 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
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 734195e0f7..0f09789859 100644
--- a/examples/quick/CMakeLists.txt
+++ b/examples/quick/CMakeLists.txt
@@ -52,6 +52,7 @@ set(reused_dir_targets
window_shared
shapes_shared
imageelements_shared
+ delegatechooser_shared
)
foreach(target IN LISTS reused_dir_targets)
if(TARGET ${target})