Building Qt 5.5.1 / November 2015
Phil Weinstein, Edit: 10-31-2015 (a)
See:
Type (copy and paste) this -- all one line:
Qt 5.4.2 build in June 2015:
-
configure
-prefix
%CD%\qtbase
-commercial
-nomake tests
-debug-and-release
-platform win32-msvc2010
-shared
-qt-zlib
-qt-libpng
-qt-libjpeg
-no-opengl
-no-angle
-icu
Qt 5.5.1 build in Nov. 2015:
-
configure
-prefix
%CD%\qtbase
-commercial
-nomake tests
-debug-and-release
-platform win32-msvc2010
-shared
-qt-zlib
-qt-libpng
-qt-libjpeg
-no-opengl
-no-angle
-icu
-no-strip
-saveconfig CwQt551-ConfigOut
Added -no-strip and -saveconfig <config>.
--- (end) ---