summaryrefslogtreecommitdiff
path: root/examples/assistant
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-14 18:13:21 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-12-15 11:07:04 +0100
commitb87c3573c48666ec1aba018422ab22284a6117b2 (patch)
tree535b4edeaf168956f41c5c57c7a92f378828b9b9 /examples/assistant
parentb6db42d80c521345b60fc117af435462bacfa664 (diff)
downloadqttools-b87c3573c48666ec1aba018422ab22284a6117b2.tar.gz
Switch examples to build as isolated sub-builds
Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: I5ad7541596d39cb089f9af03b8a194b968659910 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'examples/assistant')
-rw-r--r--examples/assistant/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/assistant/CMakeLists.txt b/examples/assistant/CMakeLists.txt
index bed9e1c4f..f9064128d 100644
--- a/examples/assistant/CMakeLists.txt
+++ b/examples/assistant/CMakeLists.txt
@@ -1,4 +1,4 @@
# Generated from assistant.pro.
-add_subdirectory(simpletextviewer)
-add_subdirectory(remotecontrol)
+qt_internal_add_example(simpletextviewer)
+qt_internal_add_example(remotecontrol)