qt6windows7/mkspecs/features/uikit/testcase.prf

13 lines
239 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08: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
}