Static build of Qt5 to update the application launcher and support interactive process

To follow up on this, updated launcher is available at https://github.com/commontk/AppLauncher/releases/tag/v0.1.25

Script used to generate the 32-bit Qt5 static build used for building the launcher is here: https://github.com/jcfr/qt5-minimalistic-builds/compare/master...jcfr:add-msvc-build5112-static-x86-applauncher

Associated archive is available at https://github.com/jcfr/qt-static-build/releases/tag/applauncher-5.11.2-vs2017

Finally, the set of flags and list of libraries to specify to ensure the launcher is statically built and the universal C runtime and the C++ standard library are included in the executable is here:

Useful references are:

3 Likes