You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove dependency on QTextCodec for qt6
* Add CI for qt6 with qt5compat and no QTextCodec
* Rework the patch with a typedef, fix russian tests
* Documentation
---------
Co-authored-by: geustache <[email protected]>
|`QUAZIP_USE_QT_ZLIB`| Use Qt's bundled zlib instead of system zlib (**not recommended**). Qt must be built with `-qt-zlib` and `-static`. Incompatible with `BUILD_SHARED_LIBS=ON`. |`OFF`|
114
-
|`QUAZIP_BZIP2`| Enable BZIP2 compression |`ON`|
115
-
|`QUAZIP_BZIP2_STDIO`| Output BZIP2 errors to stdio when BZIP2 compression is enabled |`ON`|
|`QUAZIP_USE_QT_ZLIB`| Use Qt's bundled zlib instead of system zlib (**not recommended**). Qt must be built with `-qt-zlib` and `-static`. Incompatible with `BUILD_SHARED_LIBS=ON`. |`OFF`|
|`QUAZIP_BZIP2_STDIO`| Output BZIP2 errors to stdio when BZIP2 compression is enabled |`ON`|
116
+
|`QUAZIP_ENABLE_QTEXTCODEC`| Set to OFF to explicitely disable the use of QTextCodec on Qt6 even if Core5Compat is available. This uses [QStringConverter](https://doc.qt.io/qt-6/qstringconverter.html) in the background with less supported encodings. |`ON`|
0 commit comments