summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro
blob: a80c2204f3be01df82c37abf766dc04f84fd74c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = chapter5-ipc-server
DESTDIR = ..

QT = core ivicore
QT -= gui
CONFIG -= app_bundle
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