Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 340 Bytes

qt-creator-build

Dockerfile that builds Qt-Creator from sources with all necessary dependencies.

mkdir ./install
docker build -t qtc-build .
docker run --rm -ti -v `realpath ./install`:/root/install qtc-build

Archive with Qt-Creator will be appeared at install directory.