Re: cannot find -lqwtd error
You have built a release version of Qwt only, but then you want to link against a debug version.
Uwe
Re: cannot find -lqwtd error
Thanks Uwe,
So do i need to use the debug version or can i use the release version for my code?
How do i make the debug version?
and
How do i link to the release version?
Sorry if these are simple questions but im still quite new to QT and C++,
Many thanks
Re: cannot find -lqwtd error
Uwe I love you and I love a level of your knowledge, it is amazing, but never never I can understand what do you want to tell us. Please share with us your unlimited knowledge. Write something useful. Write to us step by step, how to install qwt in QT Creator. We know, that You can do that. We will be greatful.
I have newest Qt Creator, QWT, Windows 7. I open with Qt Creator qwt.pro, change project location in .pri file. I get lib folder with .dll and .a and what should I do now
Re: cannot find -lqwtd error
Use this: http://johnhforrest.com/2010/09/inst...wt-on-windows/
Use his qwtconfig.pri, only change destination
Use Qt Creator -> run qmake, rebuild qwt.pro
Use Qt Command from Start->All Programs menu, use qmake, mingw32-make
Copy libqwtd.a "from C:\Qt\2010.05\qt\qwt-6.0.0-rc5\lib to C:\Qt\2010.05\qt\lib"
all examples are working well but with a lot of errors during building project
Re: cannot find -lqwtd error
Now, it works correctly with standard files - you only change directory folder.
I installed newest QtSDK, downloaded qwt 6.0.0, built qwt.pro (changed .pri directory) and it works :)