Added initial source code

This commit is contained in:
Jarrod Norwell
2024-03-05 22:29:35 +08:00
parent b2ca3ced98
commit 4f866ff432
33 changed files with 288 additions and 0 deletions

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.12.8-msvc2017_64.7z Normal file

Binary file not shown.

BIN
qt/qt-5.15.2-msvc2019_64.7z Normal file

Binary file not shown.