summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-clang
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-09-10 15:52:04 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-03-14 17:37:34 +0000
commit9e26ca82fea9777a338e37a22f055c7e58c3ce5c (patch)
tree6c68b24aa1513ee00da85ba2e7cda4b12016c6d4 /mkspecs/macx-clang
parent3b42e098ef711e5c60dd18744f6ff9fa07877424 (diff)
macOS: Allow tests to mark themselves as not supporting high-DPI
Some tests are not written to handle running on a retina screen, resulting in additional test failures when trying to fix a CI test failure on a local retina-enabled machine. Change-Id: I0fed33c38792b686ac83abba2bfbc45623382200 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs/macx-clang')
-rw-r--r--mkspecs/macx-clang/Info.plist.disable_highdpi8
1 files changed, 8 insertions, 0 deletions
diff --git a/mkspecs/macx-clang/Info.plist.disable_highdpi b/mkspecs/macx-clang/Info.plist.disable_highdpi
new file mode 100644
index 0000000000..a9b89888ad
--- /dev/null
+++ b/mkspecs/macx-clang/Info.plist.disable_highdpi
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>NSHighResolutionCapable</key>
+ <string>NO</string>
+</dict>
+</plist>