mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-19 16:10:35 +00:00
Remove unnecessary Windows dependencies
This commit is contained in:
@@ -196,8 +196,10 @@ if not x%QT_PATH:\5.=%==x%QT_PATH% (
|
|||||||
rem Qt 5.15
|
rem Qt 5.15
|
||||||
set WINDEPLOYQT_ARGS=--no-qmltooling --no-virtualkeyboard
|
set WINDEPLOYQT_ARGS=--no-qmltooling --no-virtualkeyboard
|
||||||
) else (
|
) else (
|
||||||
rem Qt 6.5
|
rem Qt 6.5+
|
||||||
set WINDEPLOYQT_ARGS=--no-system-d3d-compiler --skip-plugin-types qmltooling,generic
|
set WINDEPLOYQT_ARGS=--no-system-d3d-compiler --no-system-dxc-compiler --skip-plugin-types qmltooling,generic --no-ffmpeg
|
||||||
|
set WINDEPLOYQT_ARGS=!WINDEPLOYQT_ARGS! --no-quickcontrols2fusion --no-quickcontrols2imagine --no-quickcontrols2universal
|
||||||
|
set WINDEPLOYQT_ARGS=!WINDEPLOYQT_ARGS! --no-quickcontrols2fusionstyleimpl --no-quickcontrols2imaginestyleimpl --no-quickcontrols2universalstyleimpl --no-quickcontrols2windowsstyleimpl
|
||||||
)
|
)
|
||||||
|
|
||||||
echo Deploying Qt dependencies
|
echo Deploying Qt dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user