Remove unnecessary Windows dependencies
This commit is contained in:
parent
caf322d934
commit
ef12850867
1 changed files with 4 additions and 2 deletions
|
|
@ -196,8 +196,10 @@ if not x%QT_PATH:\5.=%==x%QT_PATH% (
|
|||
rem Qt 5.15
|
||||
set WINDEPLOYQT_ARGS=--no-qmltooling --no-virtualkeyboard
|
||||
) else (
|
||||
rem Qt 6.5
|
||||
set WINDEPLOYQT_ARGS=--no-system-d3d-compiler --skip-plugin-types qmltooling,generic
|
||||
rem Qt 6.5+
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue