aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-14 18:14:05 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-15 12:36:24 +0000
commit5dd27f34fd87e900e2165f2b08fd2f8662855356 (patch)
tree223617c7e490fc9f90b3bf4bb9a3ff4a43fe9cf8
parentabce57cec1d1a90e94ce61e45a4ed2741613c1f0 (diff)
Switch examples to build as isolated sub-builds
Task-number: QTBUG-90820 Change-Id: If8cdef5fb4eac6bc781000e241afa46b267253bd Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 1b6120c580847d354a26073cab8d8852286b1cb2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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()