Answers for "how to install qt library on ubuntu"

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

install qt designer python ubuntu

sudo apt-get install qttools5-dev-tools
sudo apt-get install qttools5-dev
Posted by: Guest on February-15-2021

Code answers related to "how to install qt library on ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language