summaryrefslogtreecommitdiffstats
path: root/src/bearer/bearer.pro
blob: 78ca79bc075383c9b3b738caf02c2ae832d6e529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Qt bearer management library
TEMPLATE = lib
TARGET = QtBearer

QT += network
include (../../common.pri)

DEFINES += QT_BUILD_BEARER_LIB QT_MAKEDLL

#DEFINES += BEARER_MANAGEMENT_DEBUG

PUBLIC_HEADERS += qnetworkconfiguration.h \
           qnetworksession.h \
           qnetworkconfigmanager.h

HEADERS += $$PUBLIC_HEADERS

include(bearer.pri)