Remove unnecessary CONFIG-=simulator from qtConfTest_compile
This was added in 28f5d79316
in
conjunction with CONFIG+=single_arch, but CONFIG+=single_arch on its
own is enough to properly disable unwanted architectures for configure
tests in simulator+device builds now that exclusive simulator and device
builds have been removed for all relevant configurations. This change
therefore fixes the -sdk iphonesimulator build for the upcoming merge
from 5.8.
Change-Id: I57fa2c4f0782a84755a39c6edfce2dcfec554c40
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
68a7874e11
commit
f2e98192d9
@ -721,7 +721,7 @@ defineTest(qtConfTest_compile) {
|
||||
qmake_args += -qtconf $$system_quote($$QMAKE_QTCONF)
|
||||
|
||||
# Disable qmake features which are typically counterproductive for tests
|
||||
qmake_args += "\"CONFIG -= qt debug_and_release simulator app_bundle lib_bundle\""
|
||||
qmake_args += "\"CONFIG -= qt debug_and_release app_bundle lib_bundle\""
|
||||
|
||||
# allow tests to behave differently depending on the type of library
|
||||
# being built (shared/static). e.g. see config.tests/unix/icu
|
||||
|
Loading…
Reference in New Issue
Block a user