All Projects → sba1 → qt-win-docker

sba1 / qt-win-docker

Licence: other
A simple docker image to cross compile Qt applications for Windows target platform

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
C++
36643 projects - #6 most used programming language
QMake
1090 projects

This is a simple docker image that can be used to cross compile Qt applications for the Windows plattform. It does not much more than building the environment using the project at https://github.com/mxe/mxe.git, copying the sources of the directory and then invoking qmake and make.

To start the compiling process, simply enter

 $ ./build

from the command line. You can test the application on Linux using Wine

 $ wine ./helloworld.exe
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].