summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-02-04 18:35:38 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-02-05 01:35:26 +0100
commit967130d6613ff2c11b35e7f8c5510cae5a03ad5e (patch)
tree5755e1a59ae2e248a835e76a824ce57b17bbe68b /examples
parentf133c9fc7f32c16644f3197c4c3df1306c8d9168 (diff)
downloadqt3d-967130d6613ff2c11b35e7f8c5510cae5a03ad5e.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: I7bd1fdddfba2b87280ebe8bc0762746ade8da468 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 a1d024c06..d06ca6f08 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(QT_FEATURE_qt3d_extras)
add_subdirectory(qt3d)