Qwt on Windows Xp
General and Desktop
4
Posts
2
Posters
1.6k
Views
1
Watching
-
In order to use Qwt in a Windows Xp project I have inserted these rows in my .pro file:
@ LIBS += ../../qwt-6.0.2/lib/libqwt.a
LIBS += ../../qwt-6.0.2/lib/libqwtmathml.a
INCLUDEPATH += ../../qwt-6.0.2/src
@In the past all was ok but now, but now, after the upgrade of qt sdk, I can compile correctly my application without any error but the application does not starts.
Can you help my? I have searched the solution during all the day!