qtbase-opensource-src/mkspecs/features/uikit/exclusive_builds_post.prf

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)