Skip to content

Commit

Permalink
Reduce Qt6 binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Sep 15, 2023
1 parent 4de804d commit be62331
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/build_tools/build_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,43 @@ def make_configure_options(args: argparse.Namespace) -> list[str]:
'-silent',
'-no-cups',
'-no-dbus',
'-no-feature-animation',
'-no-feature-androiddeployqt',
'-no-feature-calendarwidget',
'-no-feature-completer',
'-no-feature-concatenatetablesproxymodel',
'-no-feature-concurrent',
'-no-feature-cssparser',
'-no-feature-cups',
'-no-feature-dial',
'-no-feature-effects',
'-no-feature-filesystemwatcher',
'-no-feature-fontcombobox',
'-no-feature-fontdialog',
'-no-feature-imageformatplugin',
'-no-feature-image_heuristic_mask',
'-no-feature-islamiccivilcalendar',
'-no-feature-jalalicalendar',
'-no-feature-mdiarea',
'-no-feature-mimetype',
'-no-feature-network',
'-no-feature-qmake',
'-no-feature-sha3-fast',
'-no-feature-sql',
'-no-feature-sqlmodel',
'-no-feature-style-stylesheet',
'-no-feature-testlib',
'-no-feature-textbrowser',
'-no-feature-texthtmlparser',
'-no-feature-textmarkdownreader',
'-no-feature-textmarkdownwriter',
'-no-feature-textodfwriter',
'-no-feature-timezone',
'-no-feature-undoview',
'-no-feature-xml',
'-no-feature-whatsthis',
'-no-feature-windeployqt',
'-no-feature-wizard',
'-no-icu',
'-no-opengl',
'-no-sql-db2',
Expand Down

0 comments on commit be62331

Please sign in to comment.