summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/remoteobjects.pro
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2021-03-07 10:51:50 -0500
committerBrett Stottlemyer <bstottle@ford.com>2021-07-15 14:44:24 -0400
commit0ab10b008f4b713b7a58206b796668e05e80c2c6 (patch)
tree6795aadfd8e9d74d962ccd8709342dc414fd6065 /examples/remoteobjects/remoteobjects.pro
parentd8b6dce0d2cf91e20905856aef06c77c8659da98 (diff)
Add example of reading CBOR data from pythonwip/serialization
This is currently a test harness that will expand as the CBOR functionality is prototyped. A start at changes to repc to autogenerate python code for Replica types is also included. Change-Id: I97c3ad4c62c7d747c1918f88be41fb7643bbb46d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'examples/remoteobjects/remoteobjects.pro')
-rw-r--r--examples/remoteobjects/remoteobjects.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/remoteobjects/remoteobjects.pro b/examples/remoteobjects/remoteobjects.pro
index 9b22d21..10a6e80 100644
--- a/examples/remoteobjects/remoteobjects.pro
+++ b/examples/remoteobjects/remoteobjects.pro
@@ -3,6 +3,7 @@ CONFIG += debug_and_release ordered
SUBDIRS = \
server \
cppclient \
+ cbor_python \
simpleswitch \
websockets