Skip to content

A simple docker image to cross compile Qt applications for Windows target platform. Qt 5.6 LTS available!

Notifications You must be signed in to change notification settings

approximatenumber/qt-win-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Based on https://github.com/sba1/qt-win-docker

Use qt5.6 branch for Qt 5.6 LTS!

It uses MXE (M Cross Environment) and Qt latest (static) for cross compiling qt-applications.

Hot to run?

  1. Pull image:
docker pull approximatenumber/qt-win-docker

or clone repo and build local image:

git clone <this-repo>
cd qt-win-docker/
docker build -t qt-win-docker ./
  1. Build your Qt-project:
cd <project-dir>
docker run -it --rm ${PWD}:/src qt-win-docker /bin/bash
cd /src
qmake -makefile
make
exit

About

A simple docker image to cross compile Qt applications for Windows target platform. Qt 5.6 LTS available!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published