在qwt移植時(shí)出現下列問(wèn)題: 1.qtcreator的ui界面并沒(méi)有Qwt Widgets這一欄。 2.用qt移植時(shí)編譯方法,但是在qwt移植時(shí)卻有問(wèn)題,在qmake時(shí)一切正常,但在make時(shí)顯示如下結果: root@ubuntu:/home/topeet/qwt-6.1.2/examples/animation# /opt/qt-4.7.1/bin/qmake root@ubuntu:/home/topeet/qwt-6.1.2/examples/animation# ls animation.pro main.cpp Makefile moc obj plot.cpp plot.h root@ubuntu:/home/topeet/qwt-6.1.2/examples/animation# make compiling plot.cpp compiling main.cpp linking ../bin/animation /home/topeet/qwt-6.1.2/examples/animation/../../lib/libqwt.so: file not recognized: File format not recognized collect2: ld returned 1 exit status make: *** [../bin/animation] Error 1 請問(wèn)這該怎么解決,謝謝。
|