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:
Tor Arne Vestbø 2013-02-15 16:07:00 +01:00 committed by The Qt Project
parent 4dd29248cd
commit c04f3584ab

View File

@ -8,9 +8,7 @@ QT = core-private network-private
LIBS += -framework Foundation -framework SystemConfiguration
contains(QT_CONFIG, corewlan) {
!contains(QMAKE_MAC_SDK, ".*MacOSX10\\.[345]\\.sdk") {
LIBS += -framework CoreWLAN -framework Security
}
LIBS += -framework CoreWLAN -framework Security
}
HEADERS += qcorewlanengine.h \