mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
11 lines
197 B
Markdown
11 lines
197 B
Markdown
# 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) |