extras: win32: update contribflags for disabling the qt gui

This commit is contained in:
Fatih Uzunoglu 2024-02-14 14:42:45 +02:00 committed by Steve Lhomme
parent b08d0a6bb0
commit 9e547e433b
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ if [ "$RELEASE" != "yes" ]; then
CONTRIBFLAGS="$CONTRIBFLAGS --disable-optim"
fi
if [ ! -z "$DISABLEGUI" ]; then
CONTRIBFLAGS="$CONTRIBFLAGS --disable-qt --disable-qtsvg --disable-qtdeclarative --disable-qtgraphicaleffects --disable-qtquickcontrols2"
CONTRIBFLAGS="$CONTRIBFLAGS --disable-qt --disable-qtsvg --disable-qtdeclarative --disable-qt5compat --disable-qtshadertools --disable-qtwayland --disable-qtvlcdeps"
fi
if [ ! -z "$WINSTORE" ]; then
# we don't use a special toolchain to trigger the detection in contribs so force it manually