aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models
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/models
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/models')
-rw-r--r--examples/quick/models/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/models/CMakeLists.txt b/examples/quick/models/CMakeLists.txt
index 6beadd409c..d92f9e4a27 100644
--- a/examples/quick/models/CMakeLists.txt
+++ b/examples/quick/models/CMakeLists.txt
@@ -1,5 +1,5 @@
# Generated from models.pro.
-add_subdirectory(abstractitemmodel)
-add_subdirectory(objectlistmodel)
-add_subdirectory(stringlistmodel)
+qt_internal_add_example(abstractitemmodel)
+qt_internal_add_example(objectlistmodel)
+qt_internal_add_example(stringlistmodel)