Failure on building Qt5 from source on Windows
问题 As I would like to build my Windows version of Qt5 application (C++) statically, I downloaded the source of Qt5 from git. Installed all dependencies like Python, Perl, etc. When I ran the following command configure.bat -static -opensource -release -nomake examples -nomake tests -platform win32-g++ -c++11 -opengl desktop -no-icu -skip qtwebkit Everything was fine and the config program said "Qt is now configured for building. Just run mingw32-make." When I execute as requested, it ran for