Merge pull request #30 from GPUCode/master

Add MSVC Qt build
This commit is contained in:
SachinVin 2022-08-28 23:08:36 +05:30 committed by GitHub
commit 4747fd2255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 10 deletions

View File

@ -1,14 +1,17 @@
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
..\configure.bat -prefix %CD%\output -debug-and-release -opensource -opengl desktop -mp -ltcg ^
-nomake examples -nomake tests ^
-skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcharts -skip qtconnectivity -skip qtdatavis3d ^
-skip qtdoc -skip qtgamepad -skip qtgraphicaleffects -skip qtlocation -skip qtlottie -skip qtmacextras ^
-skip qtnetworkauth -skip qtpurchasing -skip qtquick3d -skip qtquickcontrols -skip qtquicktimeline ^
-skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport ^
-skip qtspeech -skip qtsvg -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview ^
-skip qtx11extras -skip qtxmlpatterns -skip qtvirtualkeyboard -skip qttools -skip qtquickcontrols2 -skip qtdeclarative ^
-skip qtnetworkauth -skip qtwinextras -skip qtimageformats
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.*
cd output
del *.pdb /a /s
del *.pdb /a /s
rmdir /s /q doc

BIN
qt/qt-5.15.5-clang-cl_64.7z Normal file

Binary file not shown.

Binary file not shown.