Build Qt without high DPI scaling support

This commit is contained in:
Ilya Fedin 2021-11-04 01:41:35 +04:00 committed by John Preston
parent 9a4b8cdd82
commit 81327ede7b
2 changed files with 2 additions and 0 deletions

View File

@ -752,6 +752,7 @@ RUN [ -z "${QT6}" ] || ./configure -prefix "$QT6_PREFIX" \
-no-pch \
-no-icu \
-no-feature-xcb-sm \
-no-feature-highdpiscaling \
-static \
-dbus-runtime \
-openssl-linked \

View File

@ -407,6 +407,7 @@ parts:
-release \
-opensource \
-confirm-license \
-no-feature-highdpiscaling \
-openssl-linked \
-nomake examples \
-nomake tests