From a83e906bd997ec1a9858fbce9269ca4867b81394 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sun, 18 Feb 2024 11:00:43 +0300 Subject: [PATCH] Deploy: build*.bat: Fixes for latest Qt --- deploy/qt-build-arm64.bat | 5 ++--- deploy/qt-build.bat | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/deploy/qt-build-arm64.bat b/deploy/qt-build-arm64.bat index 6b9ae681..484469b4 100644 --- a/deploy/qt-build-arm64.bat +++ b/deploy/qt-build-arm64.bat @@ -36,8 +36,7 @@ cd %TARGET_PATH% -no-feature-undocommand -no-feature-undogroup -no-feature-undostack -no-feature-undoview ^ -no-feature-whatsthis -no-feature-wizard ^ ^ - -no-feature-style-android -no-feature-style-mac ^ - -no-feature-style-windows -no-feature-style-windowsvista ^ + -no-feature-style-android -no-feature-style-mac -no-feature-style-windowsvista ^ ^ -no-feature-mimetype-database -no-feature-sql ^ ^ @@ -47,7 +46,7 @@ cd %TARGET_PATH% -no-feature-networkproxy -no-feature-socks5 -no-feature-networkdiskcache ^ -no-feature-dnslookup -no-feature-sspi -no-feature-networklistmanager ^ ^ - -no-opengl -no-feature-opengl -no-feature-directfb ^ + -no-opengl -no-feature-opengl -no-feature-dynamicgl -no-feature-directfb ^ ^ -no-feature-gif -no-feature-jpeg ^ ^ diff --git a/deploy/qt-build.bat b/deploy/qt-build.bat index e6dcb61f..dae03782 100644 --- a/deploy/qt-build.bat +++ b/deploy/qt-build.bat @@ -33,8 +33,7 @@ cd %TARGET_PATH% -no-feature-undocommand -no-feature-undogroup -no-feature-undostack -no-feature-undoview ^ -no-feature-whatsthis -no-feature-wizard ^ ^ - -no-feature-style-android -no-feature-style-mac ^ - -no-feature-style-windows -no-feature-style-windowsvista ^ + -no-feature-style-android -no-feature-style-mac -no-feature-style-windowsvista ^ ^ -no-feature-mimetype-database -no-feature-sql ^ ^ @@ -44,7 +43,7 @@ cd %TARGET_PATH% -no-feature-networkproxy -no-feature-socks5 -no-feature-networkdiskcache ^ -no-feature-dnslookup -no-feature-sspi -no-feature-networklistmanager ^ ^ - -no-opengl -no-feature-opengl -no-feature-directfb ^ + -no-opengl -no-feature-opengl -no-feature-dynamicgl -no-feature-directfb ^ ^ -no-feature-gif -no-feature-jpeg ^ ^