Sign inSign up

approximatenumber/qt-win-docker

By approximatenumber

Updated over 8 years ago

MXE + preinstalled Qt for cross-building Qt-packages.

Image
0

1.1K

approximatenumber/qt-win-docker repository overview

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

Tag summary

Content type

Image

Digest

Size

647.1 MB

Last updated

over 8 years ago

docker pull approximatenumber/qt-win-docker