diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-01-24 22:08:17 +0100 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-01-26 08:01:03 -0800 |
commit | b826d043d01060acd96e568706f94cfab9163df6 (patch) | |
tree | 130566809315f3218e2f61237b342f0561fbac41 /platform/macos/app | |
parent | 01ceae1a8e1d64251744e357bd4f3335853ff663 (diff) | |
download | qtlocation-mapboxgl-b826d043d01060acd96e568706f94cfab9163df6.tar.gz |
[macos] allow using the integrated GPU on dual-GPU machines
Cherry-picked from e7a7c6be789198a8155dc229ea509dd7aecf4756.
Diffstat (limited to 'platform/macos/app')
-rw-r--r-- | platform/macos/app/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/app/Info.plist b/platform/macos/app/Info.plist index cc7037f589..21b86bfc75 100644 --- a/platform/macos/app/Info.plist +++ b/platform/macos/app/Info.plist @@ -52,5 +52,7 @@ <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> + <key>NSSupportsAutomaticGraphicsSwitching</key> + <true/> </dict> </plist> |