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

QT = core-private network-private

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

DESTDIR = $$QT.network.plugins/bearer
target.path += $$[QT_INSTALL_PLUGINS]/bearer
INSTALLS += target