I think the plugin class needs an export declaration as well.
I think the plugin class needs an export declaration as well.
I'll try it. Are you talking about the QDESIGNER_WIDGET_EXPORT in the first class?
Yes. That the dllimport/dllexport I was referring to. Look what this macro you cited expands to.
Perhaps you can remove the Q_PROPERTY macro from ClickArea.h.
My similar designer plugin lives without this declaration.
Q_PROPERTY statement is perfectly valid there.
Bookmarks