qt5base-lts/mkspecs/macx-ios-clang
Richard Moe Gustavsen 8d6ef359c8 iOS: ensure we don't overwrite a projects qmake variables
Consider a project that does the following:

launch_images.files = $$PWD/LaunchImage.xib
QMAKE_BUNDLE_DATA += launch_images

In that case we end up overwriting launch_images.files in default_post, and
at the same time, add launch_images a second time to QMAKE_BUNDLE_DATA.
The result will be that we copy our own launch image twize into the bundle.

To prevent this, prepend our internal variables with qmake_

Change-Id: I24f870874017b5388248e3bfadecd461422ffe35
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
2015-07-28 11:02:13 +00:00
..
features iOS: ensure we don't overwrite a projects qmake variables 2015-07-28 11:02:13 +00:00
Default-568h@2x.png iOS: Provide default launch image for 4-inch devices 2013-11-29 09:55:23 +01:00
Info.plist.app iOS: let qmake generate default LaunchScreen.xib 2014-11-11 20:43:05 +01:00
Info.plist.lib Add CFBundleVersion to the Info.plist files. 2014-10-01 10:56:41 +02:00
LaunchScreen.xib iOS: let qmake generate default LaunchScreen.xib 2014-11-11 20:43:05 +01:00
qmake.conf iOS: bump QMAKE_IOS_DEPLOYMENT_TARGET to 5.1.1 2015-01-08 09:45:18 +01:00
qplatformdefs.h Update copyright headers 2015-02-11 06:49:51 +00:00
rename_main.sh fix quoting problems in ios main() renamer 2015-03-27 13:29:59 +00:00