Skip to content
Snippets Groups Projects
Forked from Volker Hilsheimer / minicoin
301 commits behind, 1 commit ahead of the upstream repository.
Volker Hilsheimer's avatar
Volker Hilsheimer authored
VirtualBox still can't launch a vbox macOS 11 VM after installing the
macOS 12 beta.
e2cb7a59
History

minicoin

minicoin is a tool designed for building and testing Qt on multiple platforms, using virtual machines that run either locally, or in the cloud.

Documentation

For documentation of minicoin, see the project wiki.

Teaser

$ cd ~/qt5/qtbase
$ minicoin run build ubuntu2004
$ cd ~/my_project
$ minicoin run build ubuntu2004

This will first build qtbase from the local ~/qt5/qtbase directory on the ubuntu2004 box, and then build the project in ~/my_project on the same box, using the qtbase that was built just before.