summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan/corewlan.pro
blob: b60dac907c121e019f27d3c1b23672d473c39358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET = qcorewlanbearer
load(qt_plugin)

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
    }
}

HEADERS += qcorewlanengine.h \
           ../qnetworksession_impl.h \
           ../qbearerengine_impl.h

SOURCES += main.cpp \
           ../qnetworksession_impl.cpp

OBJECTIVE_SOURCES += qcorewlanengine.mm

OTHER_FILES += corewlan.json

DESTDIR = $$QT.network.plugins/bearer
target.path += $$[QT_INSTALL_PLUGINS]/bearer
INSTALLS += target