diff options
author | Brad King <brad.king@kitware.com> | 2015-08-18 14:12:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-08-18 14:12:01 (GMT) |
commit | 868be9c6403e6221096e03763eb1944c487b3c9e (patch) | |
tree | 182829742ef80d8fc3643bac1cc449e9e128cd30 | |
parent | fb329c0bc130e0afef086d6d154890bdde773e40 (diff) | |
parent | a41ebd4ee5b01c92958a28ca2e57b2b6446bf334 (diff) | |
download | CMake-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.in | 2 |
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> |