aboutsummaryrefslogtreecommitdiff
path: root/depends/patches
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-06-15 21:34:40 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-06-15 22:36:28 +0300
commit30982721ab3129928fa0e3c06717350876de4f2d (patch)
tree870967c5d49d48c978ab24364bc959f63c15c067 /depends/patches
parent689320e3074e2be3c47123a0b344d2f265ad9f4f (diff)
downloadbitcoin-30982721ab3129928fa0e3c06717350876de4f2d.tar.xz
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.
Diffstat (limited to 'depends/patches')
-rw-r--r--depends/patches/qt/qttools_src.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/patches/qt/qttools_src.pro b/depends/patches/qt/qttools_src.pro
index 487e226e97..6ef71a0942 100644
--- a/depends/patches/qt/qttools_src.pro
+++ b/depends/patches/qt/qttools_src.pro
@@ -1,2 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = linguist
+
+fb = force_bootstrap
+CONFIG += $$fb
+cache(CONFIG, add, fb)