fix build with configure -sdk iphonesimulator
we need to suppress another qtConfig(simulator_and_device) check during
the configuration phase.
amends 60985aa4.
Change-Id: Iae279d282d47b4c254b7a6f9f33315abe126eff0
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
bb10
parent
7037539f38
commit
f43a258fc4
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# In case the user sets the SDK manually
|
||||
contains(QMAKE_MAC_SDK, ^$${simulator.sdk}.*) {
|
||||
qtConfig(simulator_and_device): \
|
||||
!isEmpty(QT_VERSION):qtConfig(simulator_and_device): \
|
||||
error("Simulator is handled automatically for simulator_and_device")
|
||||
|
||||
CONFIG += simulator $${simulator.sdk}
|
||||
|
|
|
|||
Loading…
Reference in New Issue