summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter6-own-backend/chapter6-own-backend.pro
blob: 86589117769e774ee1e4b11dc9c865fd67b90c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs
SUBDIRS += \
    instrument-cluster \
    frontend \
    backend_simulator \
    backend_dbus \
    imports \
    demo_server \

instrument-cluster.depends = frontend
backend_simulator.depends = frontend
backend_dbus.depends = frontend
imports.depends = frontend
demo_server.depends = frontend

OTHER_FILES += instrument-cluster.qface