summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter2-enums-structs/frontend/frontend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-tutorial/chapter2-enums-structs/frontend/frontend.pro')
-rw-r--r--examples/ivicore/qface-tutorial/chapter2-enums-structs/frontend/frontend.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/ivicore/qface-tutorial/chapter2-enums-structs/frontend/frontend.pro b/examples/ivicore/qface-tutorial/chapter2-enums-structs/frontend/frontend.pro
new file mode 100644
index 0000000..a899222
--- /dev/null
+++ b/examples/ivicore/qface-tutorial/chapter2-enums-structs/frontend/frontend.pro
@@ -0,0 +1,13 @@
+TARGET = $$qtLibraryTarget(QtIviInstrumentCluster)
+TEMPLATE = lib
+DESTDIR = ..
+
+QT += ivicore ivicore-private qml quick
+
+DEFINES += QT_BUILD_EXAMPLE_IVI_INSTRUMENTCLUSTER_LIB
+CONFIG += ivigenerator
+QFACE_SOURCES = ../instrument-cluster.qface
+
+CONFIG += install_ok # Do not cargo-cult this!
+target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-tutorial/chapter2-enums-structs
+INSTALLS += target