I'm building it on Linux RedHat, using qt 4.8.1.
1- I just load the .pro file using qt creator2.4.1 and qt 4.8.1
2- disable #QWT_CONFIG += QwtDll in qwtconfig.pri file.
then build it.
it builds OK and i get the qwt.a file, but when i use it. it does not work.
I use it in my .pro file, I link to library using
LIBS +=
INCLUDEPATH +=
DEPENDPATH +=
I don't install it as i try different versions of qwt and its just more convenient to me this way.
with the shared library every thing works fine but with the static i get the error i point to in my question.
thanks.




Reply With Quote


Bookmarks