summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nla/nla.pro
blob: 76f3279d25eec1339c5f05143c05b1883d8bd7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qnlabearer

QT = core core-private network network-private

QMAKE_USE_PRIVATE += ws2_32

HEADERS += qnlaengine.h \
           ../platformdefs_win.h \
           ../qnetworksession_impl.h \
           ../qbearerengine_impl.h

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

OTHER_FILES += nla.json

PLUGIN_TYPE = bearer
PLUGIN_CLASS_NAME = QNlaEnginePlugin
load(qt_plugin)