summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/instrument-cluster.pro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-07-25 12:54:06 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2019-08-01 17:40:11 +0200
commit013230e3101cec6894cd8c187d07a4a9c2fc0053 (patch)
tree4b396247b990474d5b7f402d94163948ba8fe25d /examples/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/instrument-cluster.pro
parent434fa38eb6f7e3562bdce5290370933175efb225 (diff)
downloadqtivi-013230e3101cec6894cd8c187d07a4a9c2fc0053.tar.gz
Add a IVI Generator Tutorial
The tutorial has multiple chapters and shows how to extend a UI step-by-step with a Middleware API using the IVI Generator. Fixes: AUTOSUITE-1155 Fixes: AUTOSUITE-600 Change-Id: Ib18de9e3d53d7163f880a2258173e0b6119ef3af Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/instrument-cluster.pro')
-rw-r--r--examples/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/instrument-cluster.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/instrument-cluster.pro b/examples/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/instrument-cluster.pro
new file mode 100644
index 0000000..6cfaacb
--- /dev/null
+++ b/examples/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/instrument-cluster.pro
@@ -0,0 +1,19 @@
+TARGET = chapter3-simulation-backend
+DESTDIR = ..
+
+QT += qml quick
+CONFIG -= app_bundle
+
+SOURCES = main.cpp
+RESOURCES += app.qrc \
+ ../../images/images.qrc \
+
+LIBS += -L$$OUT_PWD/../ -l$$qtLibraryTarget(QtIviInstrumentCluster)
+INCLUDEPATH += $$OUT_PWD/../frontend
+QMAKE_RPATHDIR += $ORIGIN
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH = $$OUT_PWD/../frontend/qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster
+INSTALLS += target