From dda1fa233fe66410b0e4beaeef18449a8663cefb Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 15 Jun 2017 14:36:49 +0200 Subject: [PATCH] chore(README.md): add solution to 4K --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bf82350ca..0beb565db 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ Here are the general instructions to build linphone for desktop. The specific in 2. Open the generated Visual Studio solution `Project.lnk` and build it. +# Known bugs and issues + +* __4K (High DPI Displays)__ If you encounter troubles with high DPI displays, it can be useful to set the `QT_AUTO_SCREEN_SCALE_FACTOR` environment variable to 1. + # Customizing your build Some options can be given during the `prepare.py` step to customize the build. The basic usage of the `prepare.py` script is: