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 ^ ^