Remove deprecated use of QMAKE_MAC_SDK in corewlan.pro
We no longer support OS X < 10.6, so there's no need to check for it. Change-Id: I2628984846de0c0c19ea86b3ba6d00fc370ddae7 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
This commit is contained in:
parent
4dd29248cd
commit
c04f3584ab
@ -8,9 +8,7 @@ QT = core-private network-private
|
|||||||
LIBS += -framework Foundation -framework SystemConfiguration
|
LIBS += -framework Foundation -framework SystemConfiguration
|
||||||
|
|
||||||
contains(QT_CONFIG, corewlan) {
|
contains(QT_CONFIG, corewlan) {
|
||||||
!contains(QMAKE_MAC_SDK, ".*MacOSX10\\.[345]\\.sdk") {
|
LIBS += -framework CoreWLAN -framework Security
|
||||||
LIBS += -framework CoreWLAN -framework Security
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HEADERS += qcorewlanengine.h \
|
HEADERS += qcorewlanengine.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user