Could you tell me, how can I resolve symbol for class? what symbol should I use?
Edit: ok, I found solution, thanks
Could you tell me, how can I resolve symbol for class? what symbol should I use?
Edit: ok, I found solution, thanks
Last edited by januszmk; 4th February 2013 at 15:28.
Basically your problem is that you are trying to put class A into a plugin but still make it known to the main program. This is not going to work if the class has the Q_OBJECT macro set. You need a common interface for all your classes that you want to load dynamically into the main application.
Bookmarks