[Interest] Info.plist not deployed correctly on Mac OS

VStevenP vstevenpavao at yahoo.com
Wed Jul 2 22:47:02 CEST 2014


I am having a problem with Info.plist deploy on MacOS.  The problem doesn't occur for iOS deploy.

When deploying my QtQuick app for Mac OS, my custom Info.plist is not deployed to the Contents folder in the .app package in the build directory; instead, it is overwritten with a provisional one that is missing the important keys to enable Retina hi-res graphics, etc. which are in my custom version of Info.plist.

Here is the .pro syntax I use for deploy which causes my custom Info.plist with special keys to deploy great to iPad, but is evidently not sufficient for Mac OS deploy:

QMAKE_INFO_PLIST = $$PWD/iOS_BundleData/Info.plist


A colleague wishes to test my app on Mac OS with the hi res Retina graphics enabled.  Right now it is upscaling the fonts on his Macbook Retina display and it looks sub-par.

Thanks in advance for any help on this issue.

- VStevenP




More information about the Interest mailing list