diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-15 21:34:40 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-15 22:36:28 +0300 |
commit | 30982721ab3129928fa0e3c06717350876de4f2d (patch) | |
tree | 870967c5d49d48c978ab24364bc959f63c15c067 /depends/patches/qt/qttools_src.pro | |
parent | 689320e3074e2be3c47123a0b344d2f265ad9f4f (diff) |
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/qt/qttools_src.pro')
-rw-r--r-- | depends/patches/qt/qttools_src.pro | 4 |
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) |