Search Criteria
Package Details: mingw-w64-quazip-qt4 0.7.1-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-quazip-qt4.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-quazip-qt4 |
Description: | C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package (mingw-w64) |
Upstream URL: | http://sourceforge.net/projects/quazip/ |
Licenses: | |
Conflicts: | |
Submitter: | ant32 |
Maintainer: | None |
Last Packager: | ant32 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-24 16:51 |
Last Updated: | 2015-06-13 16:39 |
Latest Comments
ant32 commented on 2014-02-10 20:35
updated to 0.6.2
Download binaries from Mingw-w64 Arch Linux Repository http://mingw-w64-archlinux.sourceforge.net
View Changes https://github.com/ant32/pkgbuild/commits/master/mingw-w64-quazip-qt4
ant32 commented on 2013-10-28 16:52
added staticlibs and removed !libtool
repo and binaries https://sourceforge.net/p/mingw-w64-archlinux/wiki
ant32 commented on 2013-07-17 16:49
bumped version to recompile against qt 4.8.5
added static build
binaries can be found at http://arch.linuxx.org/
To use the shared package simply add the following to your project file
LIBS += -lquazip -lz
If you want to link to it statically add the following to your project file
DEFINES += QUAZIP_STATIC
LIBS += "/usr/i686-w64-mingw32/lib/libquazip.a" -lz