mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
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)
|