[Qt-creator] iOS: template plist not expanded

Robert Bielik Robert.Bielik at dirac.com
Mon Mar 27 08:30:34 CEST 2017


Hi all,

I have copied the Info.plist.app template from Qt for adding some usage descriptions with this in the .pro file:

QMAKE_INFO_PLIST = ../MyProject/resources/ios/Info.plist.app

However, when building, the @xxxx@ macros do not get expanded, so the resulting plist file in the app looks like:

...
   <key>CFBundleExecutable</key>
   <string>@EXECUTABLE@</string>
a.s.o...

What am I doing wrong ?

Regards
/Robert




More information about the Qt-creator mailing list