https://github.com/msrd0/docker-win-cross-qt5
Docker image to cross-compile Qt5-Projects for Windows
https://github.com/msrd0/docker-win-cross-qt5
Last synced: 2 months ago
JSON representation
Docker image to cross-compile Qt5-Projects for Windows
- Host: GitHub
- URL: https://github.com/msrd0/docker-win-cross-qt5
- Owner: msrd0
- License: gpl-3.0
- Created: 2017-07-05T17:13:25.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T18:06:45.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T08:30:08.076Z (4 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-win-cross-qt5
Docker image to cross-compile Qt5-Projects for WindowsCorresponding docker image: [`ghcr.io/msrd0/win-cross-qt5`](https://github.com/users/msrd0/packages/container/package/win-cross-qt5)
Based on [`debian`](https://hub.docker.com/_/debian/) and [`mxe`](http://mxe.cc/).
## Supported Tags
- `i686`
- `x86_64`
- `latest`## Cross-Compiling
To cross-compile `example.pro`, simply run:
```bash
i686-w64-mingw32-qmake-qt5 example.pro
make
```You will find the built executable in the `release` directory.