💻/CS
[라즈베리파이] 라즈베리파이 Qt 크로스 컴파일
ruhz
2020. 12. 12. 05:33
환경설정 시 참고
QT5를 위한 Ubuntu에서 크로스 컴파일 환경 설정
라즈베리파이에서 GPU메모리를 256MB로 설정한다. sudo raspi-config deb-src 라인의 comment를 삭제한다. (활성화) sudo nano /etc/apt/sources.list sudo apt-get update sudo apt-get build-dep qt4-x11 sudo a..
venture21.tistory.com
'Could not find qmake configuration' 오류
I have this error in QT creator: Could not find qmake configuration file linux-g++-64
I will work with QT 4.8.6 and i install from Linux Mint software center this three: qt4-dev-tools, qt creator and qt4-make. But when i will open a project (.pro) programmed with qt4 i obtain this e...
stackoverflow.com