Re: Qt 5.2.0 and Qwt 6.1.0
AFAIR this is a build issue unrelated to fhe Qt or Qwt version. Look into the archive how to solve it ( I don't use Windows myself but it might be because of "DEFINES *= QWT_DLL" is missing ).
To avoid issues like this one install Qwt in the recommended way and use "CONFIG += qwt" instead of ttrying to figure out your profile manually. But if you insist on doing it yourself - at least have a look at qwt.prf to see what needs to be done.
Uwe
Re: Qt 5.2.0 and Qwt 6.1.0
Quote:
I don't use Windows myself but it might be because of "DEFINES *= QWT_DLL" is missing
Where? I don't understand. Before installing? What is the file?
Quote:
To avoid issues like this one install Qwt in the recommended way and use "CONFIG += qwt"
What is "recommended way"? I installed qwt like this:
- in "qwtbuild.pri":
- in console:
Quote:
qmake qwt.pro
mingw32-make
mingw32-make install
- I see this files in "C:\Qwt-6.1.0\lib":
Quote:
libqwt.a
libqwtd.a
qwt.dll
qwt.lib
qwtd.dll
qwtd.lib
Re: Qt 5.2.0 and Qwt 6.1.0
I just had the same problem. Try linking to "-lqwtd" instead if you are going to use debugging.