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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to