Skip to content

tyler92/qt-creator-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.