From 2422dd5a7ac1962980c42dca62e00711a9c0dc42 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Mon, 15 Feb 2021 16:34:46 +1100 Subject: Switch examples to build as isolated sub-builds Task-number: QTBUG-90820 Change-Id: Id9157526898ba72cb64ee8256639b37357f7bacf Reviewed-by: Fabian Kosmale Reviewed-by: Andrei Golubev --- examples/qml/tutorials/extending-qml/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/qml/tutorials') diff --git a/examples/qml/tutorials/extending-qml/CMakeLists.txt b/examples/qml/tutorials/extending-qml/CMakeLists.txt index 8e41f3d77d..fc41f09986 100644 --- a/examples/qml/tutorials/extending-qml/CMakeLists.txt +++ b/examples/qml/tutorials/extending-qml/CMakeLists.txt @@ -1,8 +1,8 @@ # Generated from extending-qml.pro. -add_subdirectory(chapter1-basics) -add_subdirectory(chapter2-methods) -add_subdirectory(chapter3-bindings) -add_subdirectory(chapter4-customPropertyTypes) -add_subdirectory(chapter5-listproperties) -add_subdirectory(chapter6-plugins) +qt_internal_add_example(chapter1-basics) +qt_internal_add_example(chapter2-methods) +qt_internal_add_example(chapter3-bindings) +qt_internal_add_example(chapter4-customPropertyTypes) +qt_internal_add_example(chapter5-listproperties) +qt_internal_add_example(chapter6-plugins) -- cgit v1.2.3