aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2015-06-16 13:44:38 +0200
committerMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2015-06-16 11:53:13 +0000
commit96336ab0effa9a659b4a35718635fe88b10ba6fc (patch)
treefc2ab89e00b4660eef2e0dc8314331a350477f6d /tools
parented7771c6abd1dbe005984ed6361fe3c8d1a908e1 (diff)
Enable high-dpi mode for qml.app on OS X.
Add missing "NSPrincipalClass" key. Change-Id: If7d02470ecee9f85731626f26f2381d434db9367 Reviewed-by: Jens Bache-Wiig <jensbw@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qml/Info.plist b/tools/qml/Info.plist
index 42d074a3af..567c5bf8fd 100644
--- a/tools/qml/Info.plist
+++ b/tools/qml/Info.plist
@@ -2,6 +2,8 @@
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.1">
<dict>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundleIdentifier</key>