qt5base-lts/mkspecs/macx-ios-clang/features/testcase.prf
Tor Arne Vestbø 5d511039f7 iOS: Refactor default_post logic into more appropriate units
The logic was lumped together in one big file. Now that things are more
stable and the logic has proven to work over time we can split it out
into the more appropriate sub-prfs.

Change-Id: I9a40ad72ad9d7550b609e7f50fade1049dfa3ac1
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
2015-08-04 11:58:05 +00:00

13 lines
239 B
Plaintext

# Pretend we have a target, even though our template is aux
xcodebuild: \
CONFIG += have_target
load(testcase)
# We provide our own check logic
xcodebuild {
check.depends =
check.commands =
QMAKE_EXTRA_TARGETS *= check
}