Install QT4 on Ubuntu 20.04

By | 2022년 1월 29일
Table of Contents

Install QT4 on Ubuntu 20.04

. . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . .

repository 추가

sudo add-apt-repository ppa:rock-core/qt4
sudo apt update

qt4 설치

sudo apt install qt4-dev-tools qt4-qmake libqt4-dev
sudo apt install qtcreator

qt4 를 디폴트로 설정한다.

sudo apt install qt4-default
qmake -v

컴파일러 설치

sudo apt update; sudo apt install build-essential
gcc -v
Category: Qt

답글 남기기