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

QT += network

DEFINES += BEARER_ENGINE

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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
target.path += $$[QT_INSTALL_PLUGINS]/bearer
INSTALLS += target