Add settings in the Info.plist file that enable high-DPI support on macOS.
These changes follow the instructions in the official Qt docs. https://doc.qt.io/qt-5/highdpi.html
This commit is contained in:
parent
07a1c31fab
commit
3737ed634d
|
@ -24,6 +24,10 @@
|
|||
<string>@BARRIER_VERSION@</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@BARRIER_VERSION@</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>True</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2018 Debauchee Open Source Group</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
Loading…
Reference in New Issue