summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-02-04 18:44:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-05 03:50:46 +0000
commitf8da6dab71413ec9878d20598aaa429df4a1b0d0 (patch)
treefc039e964dc10c77f4fd7be6ca0dea061fb5ad7e
parent6f9afe3dbec6ee0944fbe5c32853f0a26405cbca (diff)
downloadqtwebchannel-f8da6dab71413ec9878d20598aaa429df4a1b0d0.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. Task-number: QTBUG-90820 Change-Id: Iac796ee2dc02215bfe71bddf5931af09426cc47f Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 9b57b22c053591ef263036a5f0be9b558841236f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 4138540..d6f839a 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)
add_subdirectory(webchannel)