Skip to content

Instantly share code, notes, and snippets.

@suryapratap1
Created July 22, 2018 10:42
Show Gist options
  • Save suryapratap1/c59945b9ec8a28608f93879198878a07 to your computer and use it in GitHub Desktop.
Save suryapratap1/c59945b9ec8a28608f93879198878a07 to your computer and use it in GitHub Desktop.
How to install Qt Creator on Ubuntu
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
# Install documentation and examples
//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-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html
sudo apt-get install qtbase5-examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment