summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-ios-clang/features/exclusive_builds_post.prf
blob: 1fb0a558466ed852d62297f487754abdcbdfa386 (plain)
1
2
3
4
5
6
7
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)