summaryrefslogtreecommitdiffstats
path: root/examples/interfaceframework/qface-tutorial/chapter4-simulation-behavior/frontend/frontend.pro
blob: da91fe7b70efcad55a215af1923a85ad1648d6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = $$qtLibraryTarget(QtIfInstrumentCluster)
TEMPLATE = lib
DESTDIR = ..

QT += interfaceframework interfaceframework-private qml quick

DEFINES += QT_BUILD_EXAMPLE_IF_INSTRUMENTCLUSTER_LIB
CONFIG += ifcodegen
QFACE_SOURCES = ../instrument-cluster.qface

CONFIG += install_ok  # Do not cargo-cult this!
target.path = $$[QT_INSTALL_EXAMPLES]/interfaceframework/qface-tutorial/chapter4-simulation-behavior
INSTALLS += target