分页: 1 / 1

qt移植问题

发表于 : 2009-04-20 20:50
baobaono1
我在移植qt时 在$ ./configure -prefix /source/qt/build -release -shared -fast -pch -no-qt3support -qt-sql-sqlite -no-libtiff -no-libmng -qt-libjpeg -qt-zlib -qt-libpng -qt-freetype -no-openssl -nomake examples -nomake demos -nomake tools -optimized-qmake -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 -xplatform qws/linux-arm-g++ -embedded arm -depths 16 -no-qvfb -qt-gfx-linuxfb -no-gfx-qvfb -no-kbd-qvfb -no-mouse-qvfb -qt-kbd-usb -confirm-license -no-armfpa -no-feature-QWS_CURSOR -qt-mouse-tslib 一步老是报The tslib functionality test failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR and QMAKE_LIBDIR in
/source/qt-embedded-linux-opensource-src-4.4.3/mkspecs/qws/linux-arm-g++.
问题,我改了一遍又一编可是问题依旧,有谁知道请告一声

Re: qt移植问题

发表于 : 2009-05-18 21:54
zhangning8484
因为系统找不到你的gcc路径。export PATH=$PATH:/usr/local/arm/bin

Re: qt移植问题

发表于 : 2010-04-12 23:28
crh8539
我的也情况也是如此,改了qmake.conf问题还是没解决! :em20
有没有人给我个题示........

Re: qt移植问题

发表于 : 2010-04-13 9:58
Jarson
-qt-mouse-tslib
你没有事先交叉编译好tslib。
你需要事先交叉编译tslib,然后在./configure中添加-I/path/to/tslib/include -L/path/to/tslib/lib
可参考http://blog.chinaunix.net/u3/109488/sho ... 38306.html