A headless Qt 5.7 build environment for Ubuntu, tested with 14.04.4 LTS (Trusty Tahr).
docker pull garthk/qt-build:trusty-5.7.0
docker run -t -i --rm -v $PWD:$PWD garthk/qt-build:trusty-5.7.0 bash
qmake
in the container
qt.57.gcc_64
Edit qt-installer-noninteractive.qs
and build your own image to add more.
make
Or:
docker pull ubuntu:trusty
docker build .
Use docker-build --build-arg
to override QT
, QTM
, and QTSHA
to build
with a different version of Qt.
- Xian Nox for the Qt 5.7-beta image