Hi gbmtoday,
I am new to Qwt too. I am using the same os as yours. I may give you a help.
Can you see the qwt widget in your qt creator? if you can jump to 3)
1) need to copy some files
$ cp /home/czhang/qtsdk-2010.04/qwt-5.2.1/designer/plugins/designer/libqwt_designer_plugin.so /home/czhang/qtsdk-2010.04/bin/designer
$ sudo cp -a /home/czhang/qtsdk-2010.04/qwt-5.2.1/lib/* /usr/lib64
2) run your qt creator, you will see qwt widgets in there.
3) in your .pro file, you need to add:
LIBS += -lqwt
INCLUDEPATH += /home/czhang/qtsdk-2010.05/qwt-5.2.1/src
LIBS += -lqwt
INCLUDEPATH += /home/czhang/qtsdk-2010.05/qwt-5.2.1/src
To copy to clipboard, switch view to plain text mode
you may need to add the following lib at the end:
LIBS += -L/usr/local/lib -lQtSvg
LIBS += -L/usr/local/lib -lQtSvg
To copy to clipboard, switch view to plain text mode
I wrote a note to help me to remember what I did. here is the link, i hope it will be helpful.
http://studyard.blogspot.com/2010/10...t-problem.html
Bookmarks