qt6windows7/mkspecs/features/uikit/exclusive_builds_post.prf
2023-10-29 23:33:08 +01:00

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)