mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
macOS: Enable Hi-DPI support in applications by default
Every desktop application should be HiDPI ready in present. Based on information from Qt documentation enabling properties in `Info.plist` is sufficient to activate this feature. Newer versions of `qmake` do it. Signed-off-by: Ľubomír Carik <Lubomir.Carik@gmail.com>
This commit is contained in:
5
Help/release/dev/macos-hidpi-qt-dialog.rst
Normal file
5
Help/release/dev/macos-hidpi-qt-dialog.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
macos-hidpi-qt-dialog
|
||||
---------------------
|
||||
|
||||
* On macOS the default application bundle ``Info.plist`` file now enables
|
||||
Hi-DPI support.
|
||||
@@ -30,5 +30,9 @@
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>True</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user