Thankyou Uwe.
I already have my library path pointing to the qwt library, so I do not get any such errors. Following the link you suggest I see one option to resolve this should be:
# QT_PLUGIN_PATH="/usr/local/qwt-6.0.2-svn/plugins/designer"
# export QT_PLUGIN_PATH
# echo $QT_PLUGIN_PATH
/usr/local/qwt-6.0.2-svn/plugins/designer
# qt
# QT_PLUGIN_PATH="/usr/local/qwt-6.0.2-svn/plugins/designer"
# export QT_PLUGIN_PATH
# echo $QT_PLUGIN_PATH
/usr/local/qwt-6.0.2-svn/plugins/designer
# qt
To copy to clipboard, switch view to plain text mode
The last line is how I run qt-creator. It still doesn't see the plugin. I will look into other ways.
Bookmarks