summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/generic/generic.pro
blob: 14b858b30165b4e9643407b19350fcadb8937454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qgenericbearer

QT = core-private network-private

HEADERS += qgenericengine.h \
           ../platformdefs_win.h
SOURCES += qgenericengine.cpp \
           main.cpp

OTHER_FILES += generic.json

win32:!winrt:LIBS += -liphlpapi

PLUGIN_TYPE = bearer
PLUGIN_CLASS_NAME = QGenericEnginePlugin
load(qt_plugin)