Hi!
I'm recovering this thread because I have exactly the same problem. There's only one difference... i'm using QtCreator 1.3.1 based on Qt 4.6.2
The installation of qwt5.2 has been completed successfully and i've applied the solutions posted here before.
In my .pro file I have added:
QWT_ROOT = C:\Qt\2010.02.1\qt\Qwt-5.2.1
INCLUDEPATH += $${QWT_ROOT}\include
QWTLIB = qwt5$${SUFFIX_STR}
LIBS += -L$${QWT_ROOT}\lib\qwtd5.dll -l$${QWTLIB}
DEFINES += QWT_DLL
QWT_ROOT = C:\Qt\2010.02.1\qt\Qwt-5.2.1
INCLUDEPATH += $${QWT_ROOT}\include
QWTLIB = qwt5$${SUFFIX_STR}
LIBS += -L$${QWT_ROOT}\lib\qwtd5.dll -l$${QWTLIB}
DEFINES += QWT_DLL
To copy to clipboard, switch view to plain text mode
All seems to work perfectly since the program exits unexpectedly returning -1073741515
Could the problem be related with incompatibility between qwt5.2 and qt4.6.2 ? I don't think so but I really don't know.
I would appreciate any suggestions! I'm very stucked right now! Thanks!
I'm using Windows, by the way.
Bookmarks