This tutorial was done with the following software versions:
- Ubuntu 16.04 LTS
- Qt Creator 3.5.1
- Qt 5.5.1
Install Qt
sudo apt-get install build-essential
sudo apt-get install qt5-default
sudo apt-get install qtcreator
Install documentation and examples
If Qt Creator is installed thanks to the
Ubuntu Software 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:
And eventually:sudo apt-get install qt5-doc
If you the examples are also missing:sudo apt-get install qt5-doc-html qtbase5-doc-html
Restart Qt Creator to make the documentation available.sudo apt-get install qtbase5-examples
Comments
Post a Comment