Added initial source code
This commit is contained in:
14
qt/build-qt.cmd
Normal file
14
qt/build-qt.cmd
Normal 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.12.8-msvc2017_64.7z
Normal file
BIN
qt/qt-5.12.8-msvc2017_64.7z
Normal file
Binary file not shown.
BIN
qt/qt-5.15.2-msvc2019_64.7z
Normal file
BIN
qt/qt-5.15.2-msvc2019_64.7z
Normal file
Binary file not shown.
Reference in New Issue
Block a user