7c7d8f870e
- moved prf files to shared location (uikit, added to QMAKE_PLATFORM) - prepare some formatting (unconditional blocks mostly) to add conditions later - make device detection script more generic, passing filter strings as a parameter and returning non-os specific variables Change-Id: I61f2b77093304ff985bec9da04fda57ff296b16b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> 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
|
|
}
|