Quote Originally Posted by rashmi View Post
i tried adding this libhelloworld.so file to /usr/local/qt/bin/designer i have following error

plugin verification data mismatch in /usr/local/qt/bin/designer/libhelloworld.so

could any one suggest me something on this issue
QPluginLoader and Loading and Verifying Plugins Dynamically describe the checks that the plugin loader makes. Assuming the source code is good, you have either built the plugin against a different Qt version, the same version but a different Qt configuration, for a different architecture, or with a different C++ compiler from the one used for your Designer (name mangling differs by compiler).