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

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

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

HEADERS += $$PUBLIC_HEADERS

include(bearer.pri)