mirror of https://github.com/qt/qtactiveqt.git
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: Ia694f83a5e85054cd7ecf66c6fca8ccc43b4b8ca
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit bab7f8d37d
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
179b96a165
commit
8f7d70620a
|
@ -1,6 +1,6 @@
|
|||
# Generated from examples.pro.
|
||||
|
||||
qt_examples_build_begin()
|
||||
qt_examples_build_begin(EXTERNAL_BUILD)
|
||||
|
||||
add_subdirectory(activeqt)
|
||||
|
||||
|
|
Loading…
Reference in New Issue