summaryrefslogtreecommitdiff
path: root/sync.profile
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 /sync.profile
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 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 9478753..10ca36e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,6 +3,7 @@
"QtIviVehicleFunctions" => "$basedir/src/ivivehiclefunctions;$out_basedir/src/ivivehiclefunctions",
"QtIviMedia" => "$basedir/src/ivimedia",
"QtGeniviExtras" => "$basedir/src/geniviextras",
+ "QtIviRemoteObjectsHelper" => "$basedir/src/helper/remoteobjects",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);