rakslice / orion

Twitch Client using QT
GNU General Public License v3.0
1 stars 0 forks source link

QT_AUTO_SCREEN_SCALE_FACTOR has been deprecated in >=Qt Gui 5.14 #24

Open ahjolinna opened 4 years ago

ahjolinna commented 4 years ago

https://wiki.qt.io/New_Features_in_Qt_5.14

Added the QT_ENABLE_HIGHDPI_SCALING environment variable which enables high-dpi scaling based on display DPI. Replaces QT_AUTO_SCREEN_SCALE_FACTOR (now deprecated), and corresponds to the Qt::AA_EnableHighDpiScaling application attribute.

havent checked if this affects qml also yet but just in case