Qt for MinGW-w64 32 bit release mode for Npackd 5.5

Full internal name:com.nokia.QtDev-i686-w64-Npackd-Release
Project site:http://qt.nokia.com/products/library
Screen shots:
Download: Download Qt for MinGW-w64 32 bit release mode for Npackd 5.5

https://github.com/tim-lebedkov/packages/releases/download/initial/com.nokia.QtDev-i686-w64-Npackd-Release-5.5.7z

VirusTotal results
Change log:n/a
Description:

C++ library (development). This library will be used to build Npackd itself.

The installation will create a symbolic link to the directory in C:\NpackdSymlinks. This symbolic link should be used instead of the installation directory instead as a Qt build cannot be easily moved to another directory.

Please note that you have to define an appropriate toolchain in Qt Creator first before defining a new Qt build there. Otherwise adding a new Qt in the configuration dialog would just not work without any error message (Qt Creator 2.6.1)

Please see https://github.com/tim-lebedkov/npackd-scripts for a complete build script.

License:GPLv3
Version:5.5
SHA-1 or SHA-256:1d0d484bf23313ce7ce1bf8de6e3e5e86189d34d
Type:one file
Dependencies:
Tags:libs
Text files:
.Npackd\Install.bat:
for /f %%x in ('dir /b *.7z') do set setup=%%x
"%sevenzipa%\7za.exe" x "%setup%" > .Npackd\Output.txt && type .Npackd\Output.txt
if %errorlevel% neq 0 exit /b %errorlevel%

del "%setup%"
if %errorlevel% neq 0 exit /b %errorlevel%

mkdir C:\NpackdSymlinks
mklink /D C:\NpackdSymlinks\com.nokia.QtDev-i686-w64-Npackd-Release-%NPACKD_PACKAGE_VERSION% "%CD%"
.Npackd\Uninstall.bat:
rmdir C:\NpackdSymlinks\com.nokia.QtDev-i686-w64-Npackd-Release-%NPACKD_PACKAGE_VERSION%
Last modified:Sun Apr 25 20:43:15 UTC 2021
Last modified by:tim.lebedk...
Created:Mon Feb 08 18:23:20 UTC 2016
Created by:tim.lebedk...
Automated tests:18 of 19 installations succeeded, 17 of 17 removals succeeded