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