QTRemoteObject
-
Hi all.
We are trying to set up QTRO in our next project but are struggling getting it off the ground.
We are following the tutorial here, but are getting a compile error that "rep_SimpleSwitch_source.h" cannot be found.
Has anyone has similar issues or found out how to fix this please?
Thanks.
-
So we've managed to get the "rep_SimpleSwitch_source.h" to build!
Why does none of the documentation tell you that you need to download and build the repc compiler before any of this will work!!!
-
So we've managed to get the "rep_SimpleSwitch_source.h" to build!
Why does none of the documentation tell you that you need to download and build the repc compiler before any of this will work!!!
@paulknight Actualy repc should be included:
"To create this Source object, we first create the definition file, simpleswitch.rep. This file describes the properties and methods for the object and is input to the repc utility which is part of Qt Remote Objects."
https://doc.qt.io/qt-5.10/qtremoteobjects-gettingstarted.html -
@paulknight Actualy repc should be included:
"To create this Source object, we first create the definition file, simpleswitch.rep. This file describes the properties and methods for the object and is input to the repc utility which is part of Qt Remote Objects."
https://doc.qt.io/qt-5.10/qtremoteobjects-gettingstarted.html@jsulm Yes but the docs don't say where/how to get QT Remote Objects. We presumed that it was included with Qt5.10