Porting QT to embedded system
  1. download the source here
  2. compile tslib for embedded system touch screen usage
  3. modify mkspecs/qws/linux-arm-gnueabi-g++/qmake.conf
  4. configure:
    • /home/kclin/workspace/qt/src/qt-everywhere-opensource-src-4.8.4/configure -prefix /home/kclin/workspace/qt/out_phonon_484 -opensource -embedded arm -platform linux-g++ -xplatform qws/linux-arm-gnueabi-g++ -no-webkit -qt-libtiff -qt-libmng -qt-mouse-tslib -no-mouse-linuxtp -confirm-license -no-neon -phonon -glib -phonon-backend -force-pkg-config -I /home/kclin/workspace/ti/fatek/HMI_utility/tslib/out/include -L/home/kclin/workspace/ti/fatek/HMI_utility/tslib/out/lib -opengl es2 -force-pkg-config -host-little-endian
  5. make
  6. make install

 

Leave a Reply