summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-05-06 16:25:01 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-05-14 12:58:21 +0000
commit06d415d83fc4b80730286686a8e5243ca0b03a20 (patch)
tree6e515166b39e7461d25752e886d717c1e0680e3c /tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
parent07c631aa4c1ac5199b4919087e43815a00154867 (diff)
downloadqtivi-06d415d83fc4b80730286686a8e5243ca0b03a20.tar.gz
Introduce a internal QtRemoteObject helper module
This module provides helper functions when using QtRemoteObjects and starts using it in the autogenerator templates and the handwritten servers. The helper provides the following: * generic error handling * conversion from QIviPendingReply to a pending call on the source side * conversion to QIviPendingReply on the replica side Change-Id: Ic9030c89b8153626340cc786d97ecdae416e699d Fixes: AUTOSUITE-929 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
index ba49e98..85a933f 100644
--- a/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-qtro/server_qtro_test/server_qtro_test.pro
@@ -1,7 +1,7 @@
TARGET = tst_org-example-echo-qtro
QMAKE_PROJECT_NAME = $$TARGET
QT -= gui
-QT += testlib ivicore
+QT += testlib ivicore iviremoteobjects_helper_private
LIBS += -L$$OUT_PWD/.. -l$$qtLibraryTarget(echo_frontend)
DESTDIR = ..