summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@theqtcompany.com>2015-07-27 15:27:07 +0200
committerRichard Moe Gustavsen <richard.gustavsen@theqtcompany.com>2015-07-28 11:02:13 +0000
commit8d6ef359c82424fed03f9d6663d91aaf758d2b62 (patch)
treecf1a020182693f22430ca2672e3def3b815ca40b /qmake
parent56a4a34eb3a69fe2740f06324e73b547ca4c4f50 (diff)
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>
Diffstat (limited to 'qmake')
0 files changed, 0 insertions, 0 deletions