Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Fix error when turning on/off non-emitted features
Features that are not emitted in the current configuration (e.g. plugin-manifests on Linux) should not yield an error. Instead, print a warning message like Qt5's configure did. Set insignificant feature to OFF. Remove the now unneeded emit_if parameter from qt_feature_set_cache_value. Fixes: QTBUG-88305 Change-Id: I0f2ce152fca5f08417038c9bd2c07639ff6a3df4 Reviewed-by: Alexey Edelev <[email protected]> Reviewed-by: Alexandru Croitor <[email protected]> (cherry picked from commit c4f5762) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
- Loading branch information