summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nla/nla.pro
blob: 113d0667d207f4a252c18b689a68b223c1ba0d05 (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

LIBS += -lws2_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)