Skip to content

Commit 244501f

Browse files
committed
depends: disable unused qt networking features
1 parent 29d56c6 commit 244501f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/packages/qt.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,20 @@ $(package)_config_opts += -no-feature-dial
8282
$(package)_config_opts += -no-feature-filesystemwatcher
8383
$(package)_config_opts += -no-feature-fontcombobox
8484
$(package)_config_opts += -no-feature-ftp
85+
$(package)_config_opts += -no-feature-http
8586
$(package)_config_opts += -no-feature-image_heuristic_mask
8687
$(package)_config_opts += -no-feature-keysequenceedit
8788
$(package)_config_opts += -no-feature-lcdnumber
89+
$(package)_config_opts += -no-feature-networkdiskcache
90+
$(package)_config_opts += -no-feature-networkproxy
8891
$(package)_config_opts += -no-feature-pdf
8992
$(package)_config_opts += -no-feature-printdialog
9093
$(package)_config_opts += -no-feature-printer
9194
$(package)_config_opts += -no-feature-printpreviewdialog
9295
$(package)_config_opts += -no-feature-printpreviewwidget
9396
$(package)_config_opts += -no-feature-regularexpression
9497
$(package)_config_opts += -no-feature-sessionmanager
98+
$(package)_config_opts += -no-feature-socks5
9599
$(package)_config_opts += -no-feature-sql
96100
$(package)_config_opts += -no-feature-statemachine
97101
$(package)_config_opts += -no-feature-syntaxhighlighter

0 commit comments

Comments
 (0)