summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter5-ipc/backend_qtro/backend_qtro.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-tutorial/chapter5-ipc/backend_qtro/backend_qtro.pro')
-rw-r--r--examples/ivicore/qface-tutorial/chapter5-ipc/backend_qtro/backend_qtro.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/ivicore/qface-tutorial/chapter5-ipc/backend_qtro/backend_qtro.pro b/examples/ivicore/qface-tutorial/chapter5-ipc/backend_qtro/backend_qtro.pro
new file mode 100644
index 0000000..ad237bc
--- /dev/null
+++ b/examples/ivicore/qface-tutorial/chapter5-ipc/backend_qtro/backend_qtro.pro
@@ -0,0 +1,17 @@
+TEMPLATE = lib
+TARGET = $$qtLibraryTarget(instrumentcluster_qtro)
+DESTDIR = ../qtivi
+
+QT += core ivicore
+CONFIG += ivigenerator plugin
+
+LIBS += -L$$OUT_PWD/../ -l$$qtLibraryTarget(QtIviInstrumentCluster)
+INCLUDEPATH += $$OUT_PWD/../frontend
+
+QFACE_FORMAT = backend_qtro
+QFACE_SOURCES = ../instrument-cluster.qface
+PLUGIN_TYPE = qtivi
+
+CONFIG += install_ok # Do not cargo-cult this!
+target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-tutorial/chapter5-ipc
+INSTALLS += target