mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 03:26:15 +08:00
Disable top-level builds for platforms with the TargetBuildOnly feature
TargetBuildOnly builds are broken, since host Qt is not provided and tools cannot be run correctly for top-level builds. Temporary disable them. Task-number: QTBUG-87480 Change-Id: I996e1300cab6bd1383333c686a67e00b55829e5f Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -2,3 +2,7 @@ type: Group
|
||||
instructions:
|
||||
- !include "{{qt/qt5}}/coin_qt_configure.yaml"
|
||||
- !include "{{qt/qt5}}/coin_qt_build_docs.yaml"
|
||||
disable_if:
|
||||
condition: property
|
||||
property: features
|
||||
contains_value: "TargetBuildOnly"
|
||||
|
||||
Reference in New Issue
Block a user