summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/uikit/exclusive_builds_post.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/uikit/exclusive_builds_post.prf')
-rw-r--r--mkspecs/features/uikit/exclusive_builds_post.prf8
1 files changed, 8 insertions, 0 deletions
diff --git a/mkspecs/features/uikit/exclusive_builds_post.prf b/mkspecs/features/uikit/exclusive_builds_post.prf
new file mode 100644
index 0000000000..1fb0a55846
--- /dev/null
+++ b/mkspecs/features/uikit/exclusive_builds_post.prf
@@ -0,0 +1,8 @@
+
+xcodebuild {
+ # Prevent qmake from generating empty output dirs for each exclusive build,
+ # as Xcode will do this by itself, and with a different name.
+ QMAKE_DIR_REPLACE =
+}
+
+load(exclusive_builds_post)