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/quick/models/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/quick/models') 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) -- cgit v1.2.3