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

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