Skip to content

Commit a46c847

Browse files
committed
depends: disable unused qt features
1 parent 73b46ee commit a46c847

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

depends/packages/qt.mk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ $(package)_config_opts += -c++std c++11
2727
$(package)_config_opts += -confirm-license
2828
$(package)_config_opts += -dbus-runtime
2929
$(package)_config_opts += -hostprefix $(build_prefix)
30+
$(package)_config_opts += -no-compile-examples
3031
$(package)_config_opts += -no-cups
3132
$(package)_config_opts += -no-egl
3233
$(package)_config_opts += -no-eglfs
@@ -69,9 +70,20 @@ $(package)_config_opts += -system-zlib
6970
$(package)_config_opts += -static
7071
$(package)_config_opts += -silent
7172
$(package)_config_opts += -v
73+
$(package)_config_opts += -no-feature-dial
74+
$(package)_config_opts += -no-feature-ftp
75+
$(package)_config_opts += -no-feature-lcdnumber
76+
$(package)_config_opts += -no-feature-pdf
7277
$(package)_config_opts += -no-feature-printer
7378
$(package)_config_opts += -no-feature-printdialog
7479
$(package)_config_opts += -no-feature-concurrent
80+
$(package)_config_opts += -no-feature-sql
81+
$(package)_config_opts += -no-feature-statemachine
82+
$(package)_config_opts += -no-feature-syntaxhighlighter
83+
$(package)_config_opts += -no-feature-textbrowser
84+
$(package)_config_opts += -no-feature-textodfwriter
85+
$(package)_config_opts += -no-feature-udpsocket
86+
$(package)_config_opts += -no-feature-wizard
7587
$(package)_config_opts += -no-feature-xml
7688

7789
ifneq ($(build_os),darwin)

0 commit comments

Comments
 (0)