https://github.com/pasdam/docker-qt-builder
Docker container used to build Qt app
https://github.com/pasdam/docker-qt-builder
Last synced: 5 months ago
JSON representation
Docker container used to build Qt app
- Host: GitHub
- URL: https://github.com/pasdam/docker-qt-builder
- Owner: pasdam
- License: gpl-3.0
- Created: 2019-01-20T05:36:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T02:24:52.000Z (over 6 years ago)
- Last Synced: 2025-02-01T05:41:12.339Z (over 1 year ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-qt-builder
This container is used to build [Qt](https://www.qt.io) projects.
It includes the following packages:
* qtbase;
* qtquickcontrols2;
Other packages will be added in the future.
This is a WIP, don't used this on production, I created it just to use it in the CI pipeline of personal projects.