summaryrefslogtreecommitdiffstats
path: root/examples/network/bearercloud/bearercloud.pro
blob: 75e3049a7873088fcefc9cbb933f914e5e21357e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
HEADERS = bearercloud.h \
          cloud.h

SOURCES = main.cpp \
          bearercloud.cpp \
          cloud.cpp

RESOURCES = icons.qrc

TARGET = bearercloud

QT = core gui network svg

INCLUDEPATH += ../../src/bearer

include(../examples.pri)

CONFIG += mobility
MOBILITY = bearer

CONFIG += console

symbian:TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData