blob: 76f3279d25eec1339c5f05143c05b1883d8bd7d2 [file] [log] [blame]
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)