Hi, thanks for the tutorial .... I have a problem, I've tried in many ways but I can not fix it ...at 9:47 minute, the menu does not appear (and i tried to right click), so I can not include library .. I hope you can help me .. thanks
xavinez 4 months ago
@xavinez @xavinez Hi, try install latest version qt creator get.qt.nokia.com/qtcreator/
right mouse on your project: Add Library-> External library
or add in *.pro
LIBS += -L/path/to/qwt -lqwt
INCLUDEPATH += /path/to/qwt/include
vadimdolgachev 3 months ago
@xavinez in my case I had to copy libqwt_designer_plugin.so to /usr/lib/qt4/plugins/designer to make the plugin available in the Qt designer.
@Vadim, thanks a lot for the tutorial!!
B0b013 1 month ago
Hi, thanks for the tutorial .... I have a problem, I've tried in many ways but I can not fix it ...at 9:47 minute, the menu does not appear (and i tried to right click), so I can not include library .. I hope you can help me .. thanks
xavinez 4 months ago
@xavinez @xavinez Hi, try install latest version qt creator get.qt.nokia.com/qtcreator/
right mouse on your project: Add Library-> External library
or add in *.pro
LIBS += -L/path/to/qwt -lqwt
INCLUDEPATH += /path/to/qwt/include
vadimdolgachev 3 months ago
@xavinez in my case I had to copy libqwt_designer_plugin.so to /usr/lib/qt4/plugins/designer to make the plugin available in the Qt designer.
@Vadim, thanks a lot for the tutorial!!
B0b013 1 month ago