From 5636084177dc5370141fb27b47314f653827958f Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sun, 31 Dec 2023 13:49:44 +0300 Subject: [PATCH] Deploy: Don't build "Windows" style --- deploy/qt-build-arm64.bat | 3 ++- deploy/qt-build.bat | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/qt-build-arm64.bat b/deploy/qt-build-arm64.bat index 3a5d8515..1d62b2da 100644 --- a/deploy/qt-build-arm64.bat +++ b/deploy/qt-build-arm64.bat @@ -36,7 +36,8 @@ 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-windowsvista ^ + -no-feature-style-android -no-feature-style-mac ^ + -no-feature-style-windows -no-feature-style-windowsvista ^ ^ -no-feature-mimetype-database -no-feature-sql ^ ^ diff --git a/deploy/qt-build.bat b/deploy/qt-build.bat index 08ed5e6f..c2157908 100644 --- a/deploy/qt-build.bat +++ b/deploy/qt-build.bat @@ -33,7 +33,8 @@ 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-windowsvista ^ + -no-feature-style-android -no-feature-style-mac ^ + -no-feature-style-windows -no-feature-style-windowsvista ^ ^ -no-feature-mimetype-database -no-feature-sql ^ ^