11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
|
load(resolve_config)
|
||
|
|
||
|
!host_build:!single_arch:!java:android {
|
||
|
isEmpty(ANDROID_ABIS): ANDROID_ABIS = $$ALL_ANDROID_ABIS
|
||
|
|
||
|
ALL_ABIS = $$join(ANDROID_ABIS, _and_)
|
||
|
CONFIG += $$ALL_ABIS build_all
|
||
|
addExclusiveBuildsProper($$ALL_ABIS, $$ANDROID_ABIS)
|
||
|
unset(ALL_ABIS)
|
||
|
}
|