From 75e5f8569cea86b3df8bd614f154181f9b5b547c Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 9 Jan 2020 11:28:14 +0100 Subject: doc: Various doc fixes * Added a link to the Generator Tutorial to the front page * Added a short paragraph about RPATH linking to the tutorial * Fixed linking warnings Change-Id: I085ddbe5c0e9939e2e22ae7188c307fae52f77b2 Reviewed-by: Robert Griebl --- .../chapter5-ipc/simulation_server/simulation_server.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.1