summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-12-14 18:30:22 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-15 12:40:31 +0000
commit1abe493198e3db87a3e6c49b4d4931da807610b8 (patch)
tree181ddfd6b2fe77f9d466b853ea70dfad3ab0daa9
parent8f4bb3a6a75d0396afdcc6550cc6c047e3d1bb3c (diff)
Switch examples to build as isolated sub-builds
Task-number: QTBUG-90820 Change-Id: I818e738719cb58fef765aac4cda471a3fb0d9e9c Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit b0b5eb492be94a3ace4c3188ed84c47aedb6bf43) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/deviceutilities/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/deviceutilities/CMakeLists.txt b/examples/deviceutilities/CMakeLists.txt
index 1704ea5..1a67f53 100644
--- a/examples/deviceutilities/CMakeLists.txt
+++ b/examples/deviceutilities/CMakeLists.txt
@@ -1,3 +1,3 @@
if(TARGET Qt::Quick)
- add_subdirectory(settingsuiapp)
+ qt_internal_add_example(settingsuiapp)
endif()