qt-embedded-linux-opensource-src-4.5.1解压后。配置
./configure -prefix /qt-embedded-451 -debug -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-phonon-backend -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-mouse-tslib  -qt-kbd-usb  -confirm-license   -I/opt/for-arm/tslib/include  -L/opt/for-arm/tslib/lib/  -no-svg -no-webkit  -no-scripttools -silen
出现-no-phonon : invalid command-line switch
-qt-gfx-linuxfb: unknown argument
-no-gfx-qvfb: unknown argument
-no-kbd-qvfb: unknown argument
-no-mouse-qvfb : unknown argument
-qt-mouse-tslib : unknown argument
-qt-kbd-usb : unknown argument
-confirm-license  : invalid command-line switch
-no-webkit : invalid command-line switch
然后运行指令make,出现*** No targets specified and no makefile found,求指点