status-desktop/qt-example-app/README.md

11 lines
197 B
Markdown
Raw Normal View History

2021-10-08 15:56:27 +00:00
# Example QT app
```
cd build
cmake ..
make
./test-qtapp
```
This example app just shows how to plug-in status-go in a qt-app.
Also check [status-cpp](https://github.com/richard-ramos/status-cpp)