13 lines
239 B
Plaintext
Raw Normal View History

2023-10-29 23:33:08 +01:00
# 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
}