summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter5-ipc/chapter5-ipc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-tutorial/chapter5-ipc/chapter5-ipc.pro')
-rw-r--r--examples/ivicore/qface-tutorial/chapter5-ipc/chapter5-ipc.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/ivicore/qface-tutorial/chapter5-ipc/chapter5-ipc.pro b/examples/ivicore/qface-tutorial/chapter5-ipc/chapter5-ipc.pro
new file mode 100644
index 0000000..4409a6d
--- /dev/null
+++ b/examples/ivicore/qface-tutorial/chapter5-ipc/chapter5-ipc.pro
@@ -0,0 +1,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