QuaZIP source 1.7.1
| Full internal name: | net.sourceforge.quazip.QuaZIPSource |
| Project site: | https://github.com/stachenov/quazip |
| Screen shots: | |
| Download: | Download QuaZIP source 1.7.1 https://github.com/stachenov/quazip/archive/v1.7.1.zip VirusTotal results |
| Change log: | https://github.com/stachenov/quazip/blob/master/NEWS.txt |
| Description: | Qt based library to access ZIP archives (source code) |
| License: | LGPLv2.1 |
| Version: | 1.7.1 |
| SHA-1 or SHA-256: | 244c9971544cac9b9132f239c2f10bc336cc94c00e313b7da5bc03e1fe5cba0f |
| Type: | zip |
| Dependencies: |
|
| Tags: | libs, untested |
| Text files: | .Npackd\Install.bat: for /f "delims=" %%x in ('dir /b quazip*') do set name=%%x
cd "%name%"
for /f "delims=" %%a in ('dir /b') do (
move "%%a" ..
)
cd ..
rmdir "%name%"
.Npackd\Build.bat: rem copy sources xcopy "%npackd_package_dir%" src /E /I /Q if %errorlevel% neq 0 exit /b %errorlevel% if "%npackd_output_package%" equ "quazip-dev-x86_64-w64_seh_posix_8.2-qt_5.12-static" (goto x86_64) else (goto i686) rem configure 64 bit :x86_64 set path=C:\msys64\mingw64\bin cd src C:\msys64\mingw64\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC if %errorlevel% neq 0 exit /b %errorlevel% goto build rem configure 32 bit :i686 set path=C:\msys64\mingw32\bin cd src C:\msys64\mingw32\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC if %errorlevel% neq 0 exit /b %errorlevel% goto build rem build :build mingw32-make if %errorlevel% neq 0 exit /b %errorlevel% rem copy the created libraries cd .. mkdir lib if %errorlevel% neq 0 exit /b %errorlevel% copy src\quazip\release\*.a lib if %errorlevel% neq 0 exit /b %errorlevel% rem copy the include files mkdir include if %errorlevel% neq 0 exit /b %errorlevel% copy src\quazip\*.h include if %errorlevel% neq 0 exit /b %errorlevel% |
| Last modified: | Sun May 31 17:14:43 UTC 2026 |
| Last modified by: | tim.lebedk... |
| Created: | Sun May 31 17:14:43 UTC 2026 |
| Created by: | tim.lebedk... |
| Automated tests: | 0 of 11 installations succeeded, 0 of 0 removals succeeded |