How to install qt on armsom-w3
- Execute the following command to Install cross-compilation:
sudo su
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
- Execute the following command to install Qt
sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo apt-get install qtcreator
sudo apt-get install qt5*