Answers for "install qt5 linux terminal"

3

install qt4-qmake ubuntu

sudo add-apt-repository ppa:rock-core/qt4
sudo apt update
sudo apt install qt4-default
sudo apt install qt4-qmake
#to remove it
sudo add-apt-repository --remove ppa:rock-core/qt4
Posted by: Guest on December-30-2020
0

linux install qt5widgets

$ sudo apt-get install qtbase5-dev
Posted by: Guest on November-26-2020

Code answers related to "install qt5 linux terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language