summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nativewifi/nativewifi.pro
blob: e372c8ca05c592a08b55d7ac2b9cf0a3fb1ff95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = qnativewifibearer

PLUGIN_TYPE = bearer
PLUGIN_CLASS_NAME = QNativeWifiEnginePlugin
load(qt_plugin)

QT = core-private network-private

HEADERS += qnativewifiengine.h \
           platformdefs.h \
           ../qnetworksession_impl.h \
           ../qbearerengine_impl.h

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

OTHER_FILES += nativewifi.json