Migrate the build system to cmake

This commit is contained in:
Luis Ángel San Martín Rodríguez
2026-02-25 09:19:39 +01:00
parent 5f8951ac09
commit 865020fe11
63 changed files with 1859 additions and 2060 deletions

View File

@ -7,9 +7,9 @@ This backend is currently only supported on the Linux platform.
## Using
Enabling this backend is achieved by adding the `libarchive` qmake configuration value:
Enable this backend by setting the `DECOMPRESSION_BACKEND` CMake option:
qmake CONFIG+=libarchive
cmake -B build -DDECOMPRESSION_BACKEND=libarchive
Upon success, the application can be built as normal.