summaryrefslogtreecommitdiff
path: root/examples/linguist
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/linguist
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/linguist')
-rw-r--r--examples/linguist/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/linguist/CMakeLists.txt b/examples/linguist/CMakeLists.txt
index 612ae91cc..87865fb3a 100644
--- a/examples/linguist/CMakeLists.txt
+++ b/examples/linguist/CMakeLists.txt
@@ -1,5 +1,5 @@
# Generated from linguist.pro.
-add_subdirectory(arrowpad)
-add_subdirectory(hellotr)
-add_subdirectory(trollprint)
+qt_internal_add_example(arrowpad)
+qt_internal_add_example(hellotr)
+qt_internal_add_example(trollprint)