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

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

RESOURCES = icons.qrc

TARGET = bearercloud

QT = core gui widgets network svg

CONFIG += console

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/network/bearercloud
sources.files = $$SOURCES $$HEADERS *.pro $$RESOURCES *.svg
sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/network/bearercloud
INSTALLS += target sources