summaryrefslogtreecommitdiffstats
path: root/src/corelib/qt_cmdline.cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2022-11-14 12:16:28 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2022-12-01 02:23:51 +0100
commit81931f8c54dfec572fe3cc895e51e8979975aaa3 (patch)
tree5cc9b11d958b98656e757c29baca8421640423a5 /src/corelib/qt_cmdline.cmake
parent8e9818e6294310c33810d5a1c6b03ffbfbc07245 (diff)
Add an option to select the preferred compression type for mime type db
Add the '-mimetype-database-compression' command line argument that allows to select the preferred compression type for the mime type database, including 'none' compression type, which avoids mime type database compression even if respective compression APIs are present in the system. The argument has the CMake alias called 'INPUT_mimetype_database_compression'. Change-Id: I66daddae7014d109fa175a5f397e984928f4ee47 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/qt_cmdline.cmake')
-rw-r--r--src/corelib/qt_cmdline.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/qt_cmdline.cmake b/src/corelib/qt_cmdline.cmake
index dcf9ce946e..c82d77a60d 100644
--- a/src/corelib/qt_cmdline.cmake
+++ b/src/corelib/qt_cmdline.cmake
@@ -9,6 +9,7 @@ qt_commandline_option(inotify TYPE boolean)
qt_commandline_option(journald TYPE boolean)
qt_commandline_option(libb2 TYPE enum VALUES no qt system)
qt_commandline_option(mimetype-database TYPE boolean)
+qt_commandline_option(mimetype-database-compression TYPE optionalString VALUES zstd gzip none)
qt_commandline_option(pcre TYPE enum VALUES no qt system)
qt_commandline_option(posix-ipc TYPE boolean NAME ipc_posix)
qt_commandline_option(pps TYPE boolean NAME qqnx_pps)