aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@qt.io>2021-02-15 16:34:46 +1100
committerCraig Scott <craig.scott@qt.io>2021-05-27 21:08:14 +1000
commit2422dd5a7ac1962980c42dca62e00711a9c0dc42 (patch)
treeb620660d6e2f9f789d3ffcc7f6e1f52d08ba9103 /examples/quick/customitems
parent0bdbfb9589ce912afbecc6fd3408f8320d78de10 (diff)
Switch examples to build as isolated sub-builds
Task-number: QTBUG-90820 Change-Id: Id9157526898ba72cb64ee8256639b37357f7bacf Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'examples/quick/customitems')
-rw-r--r--examples/quick/customitems/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/customitems/CMakeLists.txt b/examples/quick/customitems/CMakeLists.txt
index 4afbfe3f6b..d52218f4e4 100644
--- a/examples/quick/customitems/CMakeLists.txt
+++ b/examples/quick/customitems/CMakeLists.txt
@@ -1,4 +1,5 @@
# Generated from customitems.pro.
-add_subdirectory(painteditem)
-add_subdirectory(maskedmousearea)
+qt_internal_add_example(dialcontrol)
+qt_internal_add_example(painteditem)
+qt_internal_add_example(maskedmousearea)