summaryrefslogtreecommitdiff
path: root/examples/svg/network/bearercloud/bearercloud.pro
blob: f69780b35d83bc8646ca62a1877b547b3b8fa868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
HEADERS = bearercloud.h \
          cloud.h

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

RESOURCES = icons.qrc

TARGET = bearercloud

QT = core gui widgets network svg
requires(qtConfig(bearermanagement))

CONFIG += console

# install
target.path = $$[QT_INSTALL_EXAMPLES]/svg/network/bearercloud
INSTALLS += target