summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-xcode/features
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-07-08 14:11:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-15 12:39:58 +0200
commit02a2c91e24462df6cf6a8521c9af77421544d7b6 (patch)
tree549b556ea8f97c761aa9b00fd9a0b970032cabea /mkspecs/macx-xcode/features
parentb460decdfab02c7d57bb673e583185d52cfc464f (diff)
macx-xcode: Use Info.plist templates from original makespec
Change-Id: I178f1ce7cea1228d3d38b3517f9dcecc3c2d4c6f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'mkspecs/macx-xcode/features')
-rw-r--r--mkspecs/macx-xcode/features/default_post.prf7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkspecs/macx-xcode/features/default_post.prf b/mkspecs/macx-xcode/features/default_post.prf
new file mode 100644
index 0000000000..4c4746bb2b
--- /dev/null
+++ b/mkspecs/macx-xcode/features/default_post.prf
@@ -0,0 +1,7 @@
+
+isEmpty(QMAKE_INFO_PLIST) {
+ plist_template = $$absolute_path(../../$$[QMAKE_XSPEC]/Info.plist.$${TEMPLATE})
+ exists($$plist_template): QMAKE_INFO_PLIST = $$plist_template
+}
+
+load(default_post)