qt5base-lts/qmake/generators/mac
Richard Moe Gustavsen 4be7cd09d6 xcode generator: don't modify or copy QMAKE_INFO_PLIST
If the project has a custom Info.plist assigned to
QMAKE_INFO_PLIST, we should leave it as-is without
scanning and replacing contents inside it. Since we
always copy the file to the build folder at qmake
time, any later attempts to modify the source file
will not have any effect.

A better solution is to just reference the custom
plist directly from the Xcode, without modifying it.

This change will also stop unixmake2 from assigning the
default plist to QMAKE_INFO_PLIST, since we need to
know in the xcode generator if the variable was set in
the project or not.

Task-number: QTBUG-38260
Change-Id: I3c488b2960170c544d94f9db89d3ca95ee290bdd
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
2014-05-21 01:34:38 +02:00
..
pbuilder_pbx.cpp xcode generator: don't modify or copy QMAKE_INFO_PLIST 2014-05-21 01:34:38 +02:00
pbuilder_pbx.h Merge remote-tracking branch 'origin/stable' into dev 2013-09-16 14:52:40 +02:00