https://github.com/updatehub/agent-sdk-qt
updatehub agent SDK for Qt/QML
https://github.com/updatehub/agent-sdk-qt
ota-update qml qt sdk update updatehub-agent
Last synced: 10 months ago
JSON representation
updatehub agent SDK for Qt/QML
- Host: GitHub
- URL: https://github.com/updatehub/agent-sdk-qt
- Owner: UpdateHub
- License: mit
- Created: 2018-04-05T20:31:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T19:21:18.000Z (about 3 years ago)
- Last Synced: 2025-03-29T15:22:44.494Z (11 months ago)
- Topics: ota-update, qml, qt, sdk, update, updatehub-agent
- Language: C++
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# updatehub agent SDK for Qt/QML
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.
### Documentation
See [docs/README.md](docs/README.md) for some basic documentation of provided classes.
### Examples
* [Qt](examples/qt)
* [QML](examples/qml)
* [WebEngine](examples/webengine)
### Building
```
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
```