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

QT = core network

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

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

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