summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro')
-rw-r--r--examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro b/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro
new file mode 100644
index 0000000..43536d2
--- /dev/null
+++ b/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro
@@ -0,0 +1,19 @@
+TARGET = chapter5-ipc-server
+DESTDIR = ..
+
+QT = core ivicore
+QT -= gui
+CONFIG += ivigenerator
+
+LIBS += -L$$OUT_PWD/../ -l$$qtLibraryTarget(QtIviInstrumentCluster)
+INCLUDEPATH += $$OUT_PWD/../frontend
+
+QFACE_FORMAT = server_qtro_simulator
+QFACE_SOURCES = ../instrument-cluster.qface
+
+RESOURCES += ../backend_simulator/simulation.qrc
+
+QML_IMPORT_PATH = $$OUT_PWD/qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-tutorial/chapter5-ipc/simulation_server
+INSTALLS += target