xref: /OK3568_Linux_fs/buildroot/package/quazip/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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