How to determine the name of the interface in Qt plugins?
I try to use InterfaceClass* b = qobject_cast<InterfaceClass*>(PluginLoader.instanc e()) as was suggested in qt assistant. But when I load plugins with another interface, qobject_cast returns a valid pointer and program later crashes with Illegal Instruction signal when I try to use methods of class b. Maybe someone can suggest something.