Binding QT for OPIE
179 hit since 2005/02/20 17:52
qt-embedded와 opie를 다운로드하여 적당한 디렉토리에 풀어놓고 환경 변수를 설정해준다.
| # export QTDIR=/opt/qt-2.3.5 # export OPIEDIR=/opt/opie-1.0 |
config 파일을 복사해 넣는다.
| # cp $OPIEDIR/qt/qconfig-qpe.h $QTDIR/src/tools |
해당 QT 버전에 맞는 patch를 실행한다.
| # cd $QTDIR # cat $OPIEDIR/qt/qpe235-all.patch | patch -p1 |
QT configure후 컴파일한다.
| # ./configure -qconfig qpe -qvfb -system-jpeg -system-libpng -system-zlib -gif -no-xft # make |
OPIE 설정
| # make menuconfig # make |
참조페이지: http://opie.handhelds.org/wiki/index.php/BuildingQtForOpie


Trackback (0)
Comment (0)