Qt Creator

Qt Creator on Debian

Installation on Debian Linux

The computer I have at home is running Debian Linux.

The essential steps:

The steps above resulted in Qt Creator being installed without the examples. This was fixed with the following command.

danp@quark:~$ sudo apt-get install qt5-default danp@quark:~$ sudo apt-get install qtcreator 
danp@quark:~$ sudo apt-get install qtbase5-examples qtbase5-doc-html