https://github.com/pasdam/hello-world-go-qt
Go-Qt integration demo
https://github.com/pasdam/hello-world-go-qt
Last synced: about 1 year ago
JSON representation
Go-Qt integration demo
- Host: GitHub
- URL: https://github.com/pasdam/hello-world-go-qt
- Owner: pasdam
- License: gpl-3.0
- Created: 2019-09-08T21:42:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T02:26:38.000Z (over 6 years ago)
- Last Synced: 2025-02-01T05:41:13.567Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-world-go-qt
[](https://github.com/pasdam/hello-world-go-qt/actions)
Go-Qt integration demo.
## Requirements
* Go 1.13;
* [Qt binding for Go](https://github.com/therecipe/qt).
In order to compile and deploy the app it's necessary to [install the Qt binding for Go](https://github.com/therecipe/qt#installation).
## Run
```sh
qtdeploy build desktop
```
You should find your deployed application inside the *deploy* subfolder.