The library is the same, I have
DEFINES +=APCPLUG_LIB at .pro
DEFINES +=APCPLUG_LIB at .pro
To copy to clipboard, switch view to plain text mode
and
#if defined(APCPLUG_LIB)
#define A_TABLESHARED_EXPORT Q_DECL_EXPORT
#if defined(APCPLUG_LIB)
#define A_TABLESHARED_EXPORT Q_DECL_EXPORT
To copy to clipboard, switch view to plain text mode
at every .h of every custom widget I have .
It works for me. I have the dll as a plugin for designer and also for my project.
I'm doing it well isn't ?
I'm going to see QMAKE_POST_LINK
Thanks
Bookmarks