How to add QWT to Qt Creator (Not to project dynamically)
-
How to add QWT to QT creator .
Second Question is . I can compile QWT app for Desktop . I want to build app for my mini 2440 . When ı try to build for my mini 2440 , I get error like this :
......./usr/local/qwt-6.0.2-svn/lib//libqwt.so:-1: error: file not recognized: File format not recognized
error: collect2: ld returned 1 exit status -
Is that the qwt library for your mini 2440? Check using file to make sure that it has the correct architecture (you might need to follow the symlink to the real file for this to work).
-
yes it is for mini 2440 , I solved problem :)
When you qmake , qwt.pro in qwt-6.0 folder . Use qmake of openembeddded....etc (not usr/bin/qmake) . Then Folder qwt-6.0-svn in /usr/local is created . copy files in lib to mini 2440...