Quote Originally Posted by Ginsengelf View Post
Hi, this is a linker error. Do you link against the qwt library?

Ginsengelf
I used the following commands to link the Qwt with Qtcreator.

Qt Code:
  1. ln -s /opt/qwt-6.1.0/plugins/designer/libqwt_designer_plugin.so /opt/Qt5.1.1/Tools/QtCreator/bin/plugins/designer/
  2. echo /opt/qwt-6.1.0/lib | tee /etc/ld.so.conf.d/qwt.conf
  3. ldconfig -v
To copy to clipboard, switch view to plain text mode