Skip to content

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

Notifications You must be signed in to change notification settings

sba1/qt-win-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published