라즈비안이 설치되어있다고 가정합니다.
터미널을 열어줍니다. 그리고 다음을 입력합니다.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install g++
sudo apt-get install qt4-dev-tools
sudo apt-get install qtcreator
sudo reboot
설치하는데 굉장히 오래걸립니다.(한시간넘게 소요)
Qt creator 실행-> tools->option->build&run->tool chains 클릭
compiler path:/usr/bin/gcc
debugger:/usr/bin/gdb
qt versions클릭
qmake location:/usr/bin/qmake-qt4
ok클릭
프로젝트 생성하고 소스 빌드후
왼쪽에 projects 클릭->상단에 run settings 클릭->mothod에 add->deploy configuration
중앙에 Run에 add->custom executable
executable 경로에 해당 프로젝트 빌드폴더에 있는 실행파일 선택 후 실행합니다.
'컴퓨터 공학 > Qt' 카테고리의 다른 글
[ Qt 프로그래밍 ] 윈도우 QNetworkAccessManager에서 https://로 시작하는 주소접속할때 발생하는 에러 (0) | 2015.11.27 |
---|---|
[ Qt 프로그래밍 ] Qt가 설치되어 있지 않은 우분투나 CentOS에서 QT프로그램 실행하기 (0) | 2015.11.27 |
[Qt 프로그래밍] 우분투에서 컴파일한 Qt 프로그램 CentOS에서 실행하기 (0) | 2015.11.27 |
[Qt 프로그래밍] 우분투에서 빌드한 Qt 어플리케이션이 다른 우분투 컴퓨터에서 작동하지 않는이유 (0) | 2015.11.27 |
[Qt 프로그래밍 ] 우분투에서 Qt 5.3.2 설치하기 (0) | 2015.11.27 |