aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-14 18:14:05 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-12-15 11:06:58 +0100
commit1b6120c580847d354a26073cab8d8852286b1cb2 (patch)
treed07fb14dfd44e33a4dd3561567f86d646dea71f5
parent3f070a9def046d2afa6ed297da7938f231f729c9 (diff)
Switch examples to build as isolated sub-builds
Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: If8cdef5fb4eac6bc781000e241afa46b267253bd Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
-rw-r--r--examples/virtualkeyboard/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/virtualkeyboard/CMakeLists.txt b/examples/virtualkeyboard/CMakeLists.txt
index 0d6a0977..507f1186 100644
--- a/examples/virtualkeyboard/CMakeLists.txt
+++ b/examples/virtualkeyboard/CMakeLists.txt
@@ -1,5 +1,5 @@
# Generated from virtualkeyboard.pro.
if(TARGET Qt::QuickControls2)
- add_subdirectory(basic)
+ qt_internal_add_example(basic)
endif()