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