aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame
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-17 14:42:51 +0100
commit000a4ca2605732c0ab57132ade1905d84cc2b9ae (patch)
tree91982a9f6d2f153af3b076d39b201b1c5653bb86 /examples/quick/tutorials/samegame
parent0df99eb0a7e00e84431f8e569ea482575013f69b (diff)
Switch examples to build as isolated sub-builds
Task-number: QTBUG-90820 Change-Id: I7fab73f63a22901ab2d4d4e57b5a25b433100de5 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 2f45a9c2b9f3a136f6933b6faa8e223a634b28a6)
Diffstat (limited to 'examples/quick/tutorials/samegame')
-rw-r--r--examples/quick/tutorials/samegame/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/tutorials/samegame/CMakeLists.txt b/examples/quick/tutorials/samegame/CMakeLists.txt
index e0d5157a2c..df1a825651 100644
--- a/examples/quick/tutorials/samegame/CMakeLists.txt
+++ b/examples/quick/tutorials/samegame/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_subdirectory(samegame1)
-add_subdirectory(samegame2)
-add_subdirectory(samegame3)
-add_subdirectory(samegame4)
+qt_internal_add_example(samegame1)
+qt_internal_add_example(samegame2)
+qt_internal_add_example(samegame3)
+qt_internal_add_example(samegame4)