summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter5-ipc/chapter5-ipc.pro
blob: 4409a6d739eb4f5794ce58467e28f292cdefc041 (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_qtro \
    imports \
    simulation_server \

instrument-cluster.depends = frontend
backend_simulator.depends = frontend
backend_qtro.depends = frontend
imports.depends = frontend
simulation_server.depends = frontend

OTHER_FILES += instrument-cluster.qface