aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/dynamicview
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-14 17:43:57 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-12-16 18:28:29 +0100
commit2f45a9c2b9f3a136f6933b6faa8e223a634b28a6 (patch)
treee4a51a7e7499f45fe55fce7327686f9983064de9 /examples/quick/tutorials/dynamicview
parent8c5fdcd4b98a3d1a9af01e6a7393c3267be47c72 (diff)
Switch examples to build as isolated sub-builds
Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: I7fab73f63a22901ab2d4d4e57b5a25b433100de5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'examples/quick/tutorials/dynamicview')
-rw-r--r--examples/quick/tutorials/dynamicview/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/tutorials/dynamicview/CMakeLists.txt b/examples/quick/tutorials/dynamicview/CMakeLists.txt
index 815b9f5a74..38f8e7907b 100644
--- a/examples/quick/tutorials/dynamicview/CMakeLists.txt
+++ b/examples/quick/tutorials/dynamicview/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_subdirectory(dynamicview1)
-add_subdirectory(dynamicview2)
-add_subdirectory(dynamicview3)
-add_subdirectory(dynamicview4)
+qt_internal_add_example(dynamicview1)
+qt_internal_add_example(dynamicview2)
+qt_internal_add_example(dynamicview3)
+qt_internal_add_example(dynamicview4)