Files
buildroot/package/quazip/Config.in
Zoltan Gyarmati 53044437c8 package/quazip: add option to build/install tests
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-01-01 22:56:05 +01:00

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