Yes they do.

When I build the DLL my classes are not exported. I even tried to export my classes with:

# define XPAF_DLL_EXPORT Q_DECL_EXPORT
and
# define XPAF_DLL_EXPORT __declspec(dllexport)

Anything that I should try with QT4?