summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-02-04 18:42:08 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-02-05 01:36:05 +0100
commite9d52ce27fc347f457d8c7399cbe5210598838bc (patch)
tree8608eafac6b98320403ce8c867d8f57077cee358 /examples
parentb83a622a0167b8fe62c8eeffc12aca0b5566d3a8 (diff)
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: I6f7e78a521a67c2b4236ab6b648d9f6793a1c343 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 0342831..b679340 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from examples.pro.
-qt_examples_build_begin()
+qt_examples_build_begin(EXTERNAL_BUILD)
if(TARGET Qt::Scxml)
add_subdirectory(scxml)