diff options
author | Morten Sorvig <morten.sorvig@nokia.com> | 2012-08-15 11:47:06 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-10-02 08:30:35 (GMT) |
commit | b73bd156ae5bc72c199d9313696a8701f76689d5 (patch) | |
tree | c4645b8946e31d8e7dcb344a791a341f99cc8151 /mkspecs/macx-xcode/Info.plist.app | |
parent | 32ea47c54efbe497927abb49fc4de54348d2db69 (diff) | |
download | Qt-b73bd156ae5bc72c199d9313696a8701f76689d5.zip Qt-b73bd156ae5bc72c199d9313696a8701f76689d5.tar.gz Qt-b73bd156ae5bc72c199d9313696a8701f76689d5.tar.bz2 |
Enable HiDPI mode for retina displays.
Change-Id: I8eb912a90185f0eceac8cf2918c3971e3472a8c4
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'mkspecs/macx-xcode/Info.plist.app')
-rw-r--r-- | mkspecs/macx-xcode/Info.plist.app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/macx-xcode/Info.plist.app b/mkspecs/macx-xcode/Info.plist.app index 9d100c6..a0d87bc 100644 --- a/mkspecs/macx-xcode/Info.plist.app +++ b/mkspecs/macx-xcode/Info.plist.app @@ -2,6 +2,8 @@ <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> <plist version="0.9"> <dict> + <key>NSPrincipalClass</key> + <string>NSApplication</string> <key>CFBundleIconFile</key> <string>@ICON@</string> <key>CFBundlePackageType</key> |