Skip to content

Commit

Permalink
document QUAZIP_QT_MAJOR_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Mar 7, 2024
1 parent 3d05f42 commit 044cb00
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ cmake --build build --target clean

CMake options

| Option | Description | Default |
|--------------------------|-------------------------------------------------------------------------------------------------------|--------------|
| `BUILD_SHARED_LIBS` | Build QuaZip as a shared library | `ON` |
| `QUAZIP_INSTALL` | Enable installation | `ON` |
| `QUAZIP_USE_QT_ZLIB` | Use Qt's bundled zlib instead of system zlib (**not recommended**). Qt must be built with `-qt-zlib`. | `OFF` |
| `QUAZIP_ENABLE_TESTS` | Build QuaZip tests | `OFF` |
| `QUAZIP_BZIP2` | Enable BZIP2 compression | `ON` |
| `QUAZIP_BZIP2_STDIO` | Output BZIP2 errors to stdio when BZIP2 compression is enabled | `ON` |
| Option | Description | Default |
|--------------------------|-------------------------------------------------------------------------------------------------------------------|---------|
| `QUAZIP_QT_MAJOR_VERSION`| Specifies which major Qt version should be searched for (6, 5 or 4). By default it tries to find the most recent. | |
| `BUILD_SHARED_LIBS` | Build QuaZip as a shared library | `ON` |
| `QUAZIP_INSTALL` | Enable installation | `ON` |
| `QUAZIP_USE_QT_ZLIB` | Use Qt's bundled zlib instead of system zlib (**not recommended**). Qt must be built with `-qt-zlib`. | `OFF` |
| `QUAZIP_ENABLE_TESTS` | Build QuaZip tests | `OFF` |
| `QUAZIP_BZIP2` | Enable BZIP2 compression | `ON` |
| `QUAZIP_BZIP2_STDIO` | Output BZIP2 errors to stdio when BZIP2 compression is enabled | `ON` |

0 comments on commit 044cb00

Please sign in to comment.