5d511039f7
The logic was lumped together in one big file. Now that things are more stable and the logic has proven to work over time we can split it out into the more appropriate sub-prfs. Change-Id: I9a40ad72ad9d7550b609e7f50fade1049dfa3ac1 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
|
|
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)
|