The updatehub agent SDK for Qt/QML provides a set of classes to enable programs written in both Qt and QML to interact with the updatehub agent.
See docs/README.md for some basic documentation of provided classes.
qmake
make
make install
You can change install prefix by setting PREFIX variable:
qmake PREFIX=/usr
You can set to install the QML plugin by setting PLUGIN variable:
qmake PLUGIN=QML