Qt for MinGW-w64 64 bit release mode for Npackd 5.2.1

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

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

VirusTotal results
Change log:n/a
Description:

WARNING: this package will not be updated anymore. Newer versions use MSYS2 libraries.

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.2.1
SHA-1 or SHA-256:296BAF9AF72911DD538DACD9F5C66CC323B4E912
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-x86_64-w64-Npackd-Release-%NPACKD_PACKAGE_VERSION% "%CD%"
.Npackd\Uninstall.bat:
rmdir C:\NpackdSymlinks\com.nokia.QtDev-x86_64-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:24:07 UTC 2016
Created by:tim.lebedk...
Automated tests:0 of 2 installations succeeded, 0 of 0 removals succeeded