mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Build Qt without high DPI scaling support
This commit is contained in:
parent
9a4b8cdd82
commit
81327ede7b
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -407,6 +407,7 @@ parts:
|
|||
-release \
|
||||
-opensource \
|
||||
-confirm-license \
|
||||
-no-feature-highdpiscaling \
|
||||
-openssl-linked \
|
||||
-nomake examples \
|
||||
-nomake tests
|
||||
|
|
Loading…
Add table
Reference in a new issue