summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-02-04 18:36:53 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-02-05 01:34:39 +0100
commit887f975af5a28d2b4410dcaf8429b864a28240f5 (patch)
tree7af32d622fc704a14ba5efba131770cf8bf20a1e /examples
parent2edfc9012026d906e5fd7ab2516d59a3a96c198b (diff)
downloadqtconnectivity-887f975af5a28d2b4410dcaf8429b864a28240f5.tar.gz
Switch examples to build as isolated sub-builds part 2
qt_examples_build_begin needs the EXTERNAL_BUILD flag to know that it's safe to build examples as ExternalProjects. It still won't do it in CI until we enable building examples as ExternalProjects for prefix builds. This is preparation for that. Pick-to: 6.2 6.3 Task-number: QTBUG-90820 Change-Id: I675ce84342fbebf714ae5090a5ef668f28dc198b Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index c814e52e..812aa74e 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,4 +1,4 @@
-qt_examples_build_begin()
+qt_examples_build_begin(EXTERNAL_BUILD)
if(TARGET Qt::Bluetooth)
add_subdirectory(bluetooth)