summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-12 13:03:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-12 13:03:50 (GMT)
commit6f7f567eeea38fe5df38b6eadc231060ac5afd6e (patch)
tree14e563f5ab8dbf666c3591cd15d33867c6a51723 /Modules
parent135611176c5d4958b9b5a36c63fada8a9e4fb1ef (diff)
parentd9140305077c13defa04774b4a8f5233a76f8399 (diff)
downloadCMake-6f7f567eeea38fe5df38b6eadc231060ac5afd6e.zip
CMake-6f7f567eeea38fe5df38b6eadc231060ac5afd6e.tar.gz
CMake-6f7f567eeea38fe5df38b6eadc231060ac5afd6e.tar.bz2
Merge topic 'macos-hidpi-qt-dialog'
d9140305 macOS: Enable Hi-DPI support in applications by default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !682
Diffstat (limited to 'Modules')
-rw-r--r--Modules/MacOSXBundleInfo.plist.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/MacOSXBundleInfo.plist.in b/Modules/MacOSXBundleInfo.plist.in
index a4009bc..e06b17e 100644
--- a/Modules/MacOSXBundleInfo.plist.in
+++ b/Modules/MacOSXBundleInfo.plist.in
@@ -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>