summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-18 14:12:01 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-08-18 14:12:01 (GMT)
commit868be9c6403e6221096e03763eb1944c487b3c9e (patch)
tree182829742ef80d8fc3643bac1cc449e9e128cd30
parentfb329c0bc130e0afef086d6d154890bdde773e40 (diff)
parenta41ebd4ee5b01c92958a28ca2e57b2b6446bf334 (diff)
downloadCMake-868be9c6403e6221096e03763eb1944c487b3c9e.zip
CMake-868be9c6403e6221096e03763eb1944c487b3c9e.tar.gz
CMake-868be9c6403e6221096e03763eb1944c487b3c9e.tar.bz2
Merge topic 'cmake-gui-high-resolution'
a41ebd4e cmake-gui: Add support for HiDPI (Retina) screens on OS X
-rw-r--r--Source/QtDialog/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/QtDialog/Info.plist.in b/Source/QtDialog/Info.plist.in
index b9c4af5..00a27c3 100644
--- a/Source/QtDialog/Info.plist.in
+++ b/Source/QtDialog/Info.plist.in
@@ -28,5 +28,7 @@
<string>public.app-category.developer-tools</string>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>