Config.in 391 B

123456789101112
  1. config BR2_PACKAGE_QUAZIP
  2. bool "quazip"
  3. depends on BR2_PACKAGE_QT5 || BR2_PACKAGE_QT6
  4. select BR2_PACKAGE_ZLIB
  5. select BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
  6. select BR2_PACKAGE_QT6CORE5COMPAT if BR2_PACKAGE_QT6
  7. help
  8. QuaZIP is a simple C++ wrapper over Gilles Vollant's
  9. ZIP/UNZIP package that can be used to access ZIP
  10. archives. It uses the Qt toolkit.
  11. http://quazip.sourceforge.net