Add initial set of binaries: GLFW 3.1.1 (VC12 and 14) and Qt 5.5 (VC14)

This commit is contained in:
Yuri Kunde Schlesner 2015-09-08 19:08:44 -03:00
parent 8c4fe0557f
commit 62416e8f09
4 changed files with 14 additions and 0 deletions

Binary file not shown.

Binary file not shown.

14
qt/build-qt.cmd Normal file
View File

@ -0,0 +1,14 @@
C:\Qt\5.5\Src\configure -prefix %CD%\output ^
-debug-and-release -opensource -opengl desktop -mp -c++11 -ltcg ^
-nomake examples ^
-skip qtdeclarative -skip qtdoc -skip qtmultimedia ^
-skip qttools -skip qtwebkit -skip qtwebkit-examples ^
-skip qtxmlpatterns
nmake
nmake install
del output\bin\*.pdb
del output\lib\*.pdb
REM This library is huge and doesn't seem to be required to compile applications
del output\lib\Qt5Bootstrap.*

BIN
qt/qt-5.5-msvc2015_64.7z Normal file

Binary file not shown.