build, qt: Force bootstrap while building linguist tools

Qt lrelease tool depends on the xml module. This change guarantees that
it is always available after being bootstrapped.
This commit is contained in:
Hennadii Stepanov 2021-06-15 21:34:40 +03:00
parent 689320e307
commit 30982721ab
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
2 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,7 @@ $(package)_config_opts += -no-system-proxies
$(package)_config_opts += -no-use-gold-linker
$(package)_config_opts += -nomake examples
$(package)_config_opts += -nomake tests
$(package)_config_opts += -nomake tools
$(package)_config_opts += -opensource
$(package)_config_opts += -pkg-config
$(package)_config_opts += -prefix $(host_prefix)

View File

@ -1,2 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = linguist
fb = force_bootstrap
CONFIG += $$fb
cache(CONFIG, add, fb)