Deploy: qt-build*.bat: Remove "-no-feature-splashscreen"

This commit is contained in:
Nodir Temirkhodjaev 2024-02-13 16:58:55 +03:00
parent 45bee7e1d2
commit bb42f85a8b
3 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ md %TARGET_PATH%
cd %TARGET_PATH%
%QT_PATH%/configure -release -force-debug-info -optimize-size -c++std c++20 ^
-static -unity-build -feature-relocatable -prefix "%~dp0static" ^
-static -unity-build -feature-relocatable -prefix "%TARGET_PATH%\static" ^
-opensource -confirm-license ^
%* ^
-platform win32-arm64-msvc TARGET_CONFIGURE_ARGS=-release ^
@ -31,7 +31,7 @@ cd %TARGET_PATH%
-no-feature-islamiccivilcalendar -no-feature-jalalicalendar ^
-no-feature-itemmodeltester -no-feature-lcdnumber -no-feature-listwidget ^
-no-feature-mdiarea -no-feature-movie -no-feature-pdf -no-feature-picture ^
-no-feature-printsupport -no-feature-raster-64bit -no-feature-splashscreen ^
-no-feature-printsupport -no-feature-raster-64bit ^
-no-feature-textbrowser -no-feature-textodfwriter ^
-no-feature-undocommand -no-feature-undogroup -no-feature-undostack -no-feature-undoview ^
-no-feature-whatsthis -no-feature-wizard ^

View File

@ -15,12 +15,12 @@ cd %TARGET_PATH%
-static -feature-relocatable -prefix "%TARGET_PATH%\static" ^
-opensource -confirm-license -mp -no-opengl ^
%* ^
-nomake examples -nomake tests -nomake tools ^
-nomake examples -nomake tests ^
^
-skip qt3d -skip qt5compat -skip qtactiveqt -skip qtandroidextras ^
-skip qtcanvas3d -skip qtcharts -skip qtconnectivity -skip qtdatavis3d ^
-skip qtdeclarative -skip qtdoc -skip qtfeedback ^
-skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats ^
-skip qtgamepad -skip qtgraphicaleffects -skip qtgrpc -skip qtimageformats ^
-skip qtlocation -skip qtlottie -skip qtmacextras ^
-skip qtmultimedia -skip qtnetworkauth -skip qtpim -skip qtpurchasing ^
-skip qtqa -skip qtquick3d -skip qtquickcontrols -skip qtquickcontrols2 ^
@ -40,7 +40,7 @@ cd %TARGET_PATH%
-no-feature-islamiccivilcalendar -no-feature-jalalicalendar ^
-no-feature-itemmodeltester -no-feature-lcdnumber -no-feature-listwidget ^
-no-feature-mdiarea -no-feature-movie -no-feature-pdf -no-feature-picture ^
-no-feature-printer -no-feature-raster-64bit -no-feature-splashscreen ^
-no-feature-printer -no-feature-raster-64bit ^
-no-feature-sqlmodel -no-feature-textbrowser -no-feature-textodfwriter ^
-no-feature-undocommand -no-feature-undogroup -no-feature-undostack -no-feature-undoview ^
-no-feature-whatsthis -no-feature-wizard ^

View File

@ -12,7 +12,7 @@ md %TARGET_PATH%
cd %TARGET_PATH%
%QT_PATH%/configure -release -force-debug-info -optimize-size -c++std c++20 ^
-static -unity-build -feature-relocatable -prefix "%~dp0static" ^
-static -unity-build -feature-relocatable -prefix "%TARGET_PATH%\static" ^
-opensource -confirm-license ^
%* ^
-nomake examples -nomake tests ^
@ -28,7 +28,7 @@ cd %TARGET_PATH%
-no-feature-islamiccivilcalendar -no-feature-jalalicalendar ^
-no-feature-itemmodeltester -no-feature-lcdnumber -no-feature-listwidget ^
-no-feature-mdiarea -no-feature-movie -no-feature-pdf -no-feature-picture ^
-no-feature-printsupport -no-feature-raster-64bit -no-feature-splashscreen ^
-no-feature-printsupport -no-feature-raster-64bit ^
-no-feature-textbrowser -no-feature-textodfwriter ^
-no-feature-undocommand -no-feature-undogroup -no-feature-undostack -no-feature-undoview ^
-no-feature-whatsthis -no-feature-wizard ^