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

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.9.2

https://github.com/tim-lebedkov/npackd-scripts/releases/download/release_2017.10.29/com.nokia.QtDev-x86_64-w64-Npackd-Release-5.9.2.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.9.2
SHA-1 or SHA-256:46a34a276349e42288cfffd345698d0f3db87deb
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\qt-npackd64-%NPACKD_PACKAGE_VERSION% "%CD%"
.Npackd\Uninstall.bat:
rmdir C:\NpackdSymlinks\qt-npackd64-%NPACKD_PACKAGE_VERSION%
Last modified:Sat Jan 13 22:57:01 UTC 2018
Last modified by:tim.lebedk...
Created:Sun Nov 05 22:01:27 UTC 2017
Created by:tim.lebedk...
Automated tests:50 of 51 installations succeeded, 46 of 46 removals succeeded