QT Documentation For Downloading and Installing
QT Documentation For Downloading and Installing
https://lucidar.me/en/dev-c-cpp/how-to-install-qt-creator-on-ubuntu-18-04/
# Install Qt Creator
sudo apt install build-essential
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
And eventually:
sudo apt install qt5-doc-html qtbase5-doc-html
3) Type the name of project and browse the path where the project
will be created (By defualt “/home/<user>”). Now pressed next
button.
4) Now select kit by selecting the checkBox. Here Desktop is
available. Pressed next button.
5) Fills all input fields. If you do not want to change, keek the
defualt value and click next button.
6) Now presed Finish button.