Hi All,

I have been trying for many, many hours across multiple operating systems to get QT up and running with QWT plotting library. It has been an absolute nightmare, and I'm very close to forgetting the entire thing. I would be extremely grateful for some help from a more experienced user.

Working in Ubuntu linux, I've installed QT and QWT according to the instructions here: http://www.youtube.com/watch?v=OjBpu8f0BJE (no errors along the way)

However, when in design view within QT Creator, I don't get any QWT widgets to show up. A check to Plugin Information shows that it is listed as a failed plugin with the following message:
"Cannot load library %FILEPATH%libqwt_designer_plugin.so: (libqwt.so.5: cannot open shared object file: No such file or directory)"
BUT, when I follow the filepath in terminal, the file libqwt_designer_plugin.so does actually exist! What do I need to do in order to get QWT working here? Thanks in advance for your help!