mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
635 B
Plaintext
24 lines
635 B
Plaintext
config BR2_PACKAGE_QUAZIP
|
|
bool "quazip"
|
|
depends on BR2_PACKAGE_QT5 || BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
|
|
select BR2_PACKAGE_QT6CORE5COMPAT if BR2_PACKAGE_QT6
|
|
help
|
|
QuaZIP is a simple C++ wrapper over Gilles Vollant's
|
|
ZIP/UNZIP package that can be used to access ZIP
|
|
archives. It uses the Qt toolkit.
|
|
|
|
http://quazip.sourceforge.net
|
|
|
|
if BR2_PACKAGE_QUAZIP
|
|
|
|
config BR2_PACKAGE_QUAZIP_INSTALL_TESTS
|
|
bool "Build tests"
|
|
select BR2_PACKAGE_QT6BASE_TEST if BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_QT6BASE_NETWORK if BR2_PACKAGE_QT6
|
|
help
|
|
Build and install unit test binaries
|
|
|
|
endif
|