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-pch \
-no-icu \ -no-icu \
-no-feature-xcb-sm \ -no-feature-xcb-sm \
-no-feature-highdpiscaling \
-static \ -static \
-dbus-runtime \ -dbus-runtime \
-openssl-linked \ -openssl-linked \

View File

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