5d511039f7
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>
13 lines
239 B
Plaintext
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
|
|
}
|