qt-embedded-4.5.3移植到FL2440开发板

1、

2、configure配置

./configure -opensource -confirm-license

-release -shared -fast

-no-qt3support

-no-libtiff

-no-libmng

-no-openssl

-no-phonon

-no-nis

-no-opengl

-no-cups

-no-xcursor

-no-xfixes

-no-xrandr

-no-xrender

-no-xkb

-no-sm

-no-xinerama

-no-xshape

-no-separate-debug-info

-no-qvfb

-no-gfx-transformed

-no-glib

-qt-libjpeg -qt-zlib -qt-libpng -qt-freetype -qt-kbd-usb -qt-kbd-tty -qt-mouse-pc

-qt-mouse-tslib  

-make libs -nomake examples -nomake demos -nomake tools -nomake docs

-optimized-qmake  

-xplatform qws/linux-arm-g++ -embedded arm

-depths 8,16,24,32        

-I/home/larkin/program/arm-tslib-1.4/include -L/home/larkin/program/arm-tslib-1.4/lib

3、make

原文地址:https://www.cnblogs.com/larkin-cn/p/4817943.html