We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689320e commit 3098272Copy full SHA for 3098272
depends/packages/qt.mk
@@ -66,6 +66,7 @@ $(package)_config_opts += -no-system-proxies
66
$(package)_config_opts += -no-use-gold-linker
67
$(package)_config_opts += -nomake examples
68
$(package)_config_opts += -nomake tests
69
+$(package)_config_opts += -nomake tools
70
$(package)_config_opts += -opensource
71
$(package)_config_opts += -pkg-config
72
$(package)_config_opts += -prefix $(host_prefix)
depends/patches/qt/qttools_src.pro
@@ -1,2 +1,6 @@
1
TEMPLATE = subdirs
2
SUBDIRS = linguist
3
+
4
+fb = force_bootstrap
5
+CONFIG += $$fb
6
+cache(CONFIG, add, fb)
0 commit comments