summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nla/nla.pro
blob: 32ff5446e51c95be2faccc47c86a70fbb69d8379 (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
TARGET = qnlabearer

QT = core core-private network network-private

!wince* {
    LIBS += -lws2_32
} else {
    LIBS += -lws2
}

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)