From bb42f85a8b34ad709b779e69f941f4d0c77dea94 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Tue, 13 Feb 2024 16:58:55 +0300 Subject: [PATCH] Deploy: qt-build*.bat: Remove "-no-feature-splashscreen" --- deploy/qt-build-arm64.bat | 4 ++-- deploy/qt-build-win7.bat | 6 +++--- deploy/qt-build.bat | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/qt-build-arm64.bat b/deploy/qt-build-arm64.bat index 1d62b2da..6b9ae681 100644 --- a/deploy/qt-build-arm64.bat +++ b/deploy/qt-build-arm64.bat @@ -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 ^ diff --git a/deploy/qt-build-win7.bat b/deploy/qt-build-win7.bat index 8e4aa506..f3ea46b2 100644 --- a/deploy/qt-build-win7.bat +++ b/deploy/qt-build-win7.bat @@ -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 ^ diff --git a/deploy/qt-build.bat b/deploy/qt-build.bat index c2157908..e6dcb61f 100644 --- a/deploy/qt-build.bat +++ b/deploy/qt-build.bat @@ -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 ^