qt6windows7/mkspecs/features/uikit/testcase.prf
2023-10-29 23:33:08 +01: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
}