Getting Started
-
4. Amending User’s Path
Add Qt to your PATH (needed only for using Qt tools from the terminal):
echo "export PATH=$PATH:/opt/Qt:/opt/Qt/Tools/QtCreator/bin:/opt/Qt/Tools/QtDesignStudio/bin" >> ~/.bashrc
Then reload it:
bash
-
5. Launching Qt Creator
Start developing with Qt Creator!
From the desktop launcher:
Or from the terminal:
qtcreator
-
6. Qt Creator Getting Started
Quick Start Guide for Qt Development
Contents