summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2020-01-16 14:31:14 +0100
committerDominik Holland <dominik.holland@qt.io>2020-01-17 15:18:30 +0100
commit09836245286224aabdf9fbb19b258d04251c79aa (patch)
treebb6f13058c30911ab5e536bd1320f1016fa95564 /examples
parent2159e80e333ae350fc9b84a454b0076c2d4085c9 (diff)
parent5521135b4587e4126d3d0257b04370bd02741d20 (diff)
downloadqtivi-09836245286224aabdf9fbb19b258d04251c79aa.tar.gz
Merge remote-tracking branch 'origin/5.13' into 5.14
Change-Id: I0a79176763ca001072d41f377869854e1982e4e7
Diffstat (limited to 'examples')
-rw-r--r--examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro b/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro
index a80c220..48c0164 100644
--- a/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro
+++ b/examples/ivicore/qface-tutorial/chapter5-ipc/simulation_server/simulation_server.pro
@@ -12,9 +12,9 @@ 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
+RESOURCES += ../backend_simulator/simulation.qrc
+
target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-tutorial/chapter5-ipc/simulation_server
INSTALLS += target