summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/blackberry/blackberry.pro
blob: c75de3aaade3a1166dc3a2422d46d300c3f7c3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qbbbearer

PLUGIN_TYPE = bearer
PLUGIN_CLASS_NAME = QBBEnginePlugin
load(qt_plugin)

QT = core-private network-private

# Uncomment this to enable debugging output for the plugin
#DEFINES += QBBENGINE_DEBUG

HEADERS += qbbengine.h \
           ../qnetworksession_impl.h \
           ../qbearerengine_impl.h

SOURCES += qbbengine.cpp \
           ../qnetworksession_impl.cpp \
           main.cpp

OTHER_FILES += blackberry.json