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

QT = core network

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