Ubuntu 20.04에 QT5 를 설치하는 방법을 다룹니다.
2021. 8. 17 최초작성
우선 g++ 컴파일러가 필요하며 추가로 make를 설치해야 합니다.
$ sudo apt-get install build-essential make
QT WIKI에서 확인해보니 다음처럼 설치하라고 합니다.
$ sudo apt-get install qt5-default
qtcreator는 설치되지 않기 때문에 필요시 추가로 설치해줘야 합니다.
$ sudo apt-get install qtcreator
QT 5.12가 설치됩니다.
$ qmake -version
QMake version 3.1
Using Qt version 5.12.8 in /usr/lib/x86_64-linux-gnu
qtcreator를 사용하지 않고 QT를 사용하는 강좌를 정리해보고 있습니다.
참고
https://wiki.qt.io/Install_Qt_5_on_Ubuntu
qtcreator를 사용하지 않고 QT를 사용하는 강좌를 정리해보고 있습니다
QT 강좌 01 - Hello World
https://webnautes.tistory.com/1859
QT 강좌 02 - Simple GUI
https://webnautes.tistory.com/1860
QT 강좌 03 - Push Button
https://webnautes.tistory.com/1861
QT 강좌 04 - QLabel
https://webnautes.tistory.com/1862
QT 강좌 05 - QMenu
https://webnautes.tistory.com/1863
QT 강좌 06 - QToolBar
https://webnautes.tistory.com/1864
QT 강좌 07 - QVBoxLayout, QHBoxLayout
https://webnautes.tistory.com/1865
QT 강좌 08 - Button
https://webnautes.tistory.com/1866
QT 강좌 09 - QListWidget
https://webnautes.tistory.com/1867
QT 강좌 10 - QFormLayout
https://webnautes.tistory.com/1868
QT 강좌 11 - QGridLayout
https://webnautes.tistory.com/1869
QT 강좌 12 - QGridLayout 2
https://webnautes.tistory.com/1870
'Qt > Qt 개발환경' 카테고리의 다른 글
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" 에러 해결 방법 (0) | 2024.03.29 |
---|---|
Raspberry Pi 4에 Qt5 설치 (0) | 2023.10.05 |
시간날때마다 틈틈이 이것저것 해보며 블로그에 글을 남깁니다.
블로그의 문서는 종종 최신 버전으로 업데이트됩니다.
여유 시간이 날때 진행하는 거라 언제 진행될지는 알 수 없습니다.
영화,책, 생각등을 올리는 블로그도 운영하고 있습니다.
https://freewriting2024.tistory.com
제가 쓴 책도 한번 검토해보세요 ^^
그렇게 천천히 걸으면서도 그렇게 빨리 앞으로 나갈 수 있다는 건.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!