Quick installation guide on AnsWiki.
This tutorial was done with the following software versions:
sudo apt install build-essential
sudo apt install qtcreator
If you want Qt 5 to be the default Qt version to be used when using development binaries like qmake, install the following package:
sudo apt install qt5-default
If Qt Creator is installed thanks to the Ubuntu Sofware Center or thanks to the synaptic package manager, documentation for Qt Creator is not installed. Hitting the F1 key will show you the following message : “No documentation available”. This can easily be solved by installing the Qt documentation:
sudo apt install qt5-doc
And eventually:
sudo apt install qt5-doc-html qtbase5-doc-html
If examples are still missing:
sudo apt install qtbase5-examples
Restart Qt Creator to make the documentation available.