qt5base-lts/mkspecs/features/uikit/exclusive_builds_post.prf
Mike Krus 7c7d8f870e Refactor iOS builds to facilitate tvOS port
- moved prf files to shared location (uikit, added to QMAKE_PLATFORM)
- prepare some formatting (unconditional blocks mostly) to add conditions later
- make device detection script more generic, passing filter strings
  as a parameter and returning non-os specific variables

Change-Id: I61f2b77093304ff985bec9da04fda57ff296b16b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
2016-05-05 02:08:51 +00: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)