qt5base-lts/mkspecs/macx-ios-clang/features
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
..
default_post.prf iOS: ensure we don't overwrite a projects qmake variables 2015-07-28 11:02:13 +00:00
default_pre.prf Fix iOS simulator build after 1f0823c (Rewrite simd.prf to share more code) 2014-07-30 19:37:52 +02:00
qt_config.prf iOS: Enable fat builds containing both armv7 and arm64 slices 2014-11-13 20:00:34 +01:00
qt_parts.prf iOS: Disable tests for all other modules than qtbase 2014-01-25 03:04:38 +01:00
qt.prf fix quoting problems in ios main() renamer 2015-03-27 13:29:59 +00:00
sdk.prf Xcode: Make QMAKE_MAC_SDK_(PLATFORM_)PATH depend on active SDK 2015-03-07 01:57:48 +00:00