Quote Originally Posted by dimitri
You don't seem to be including any Qt header in this file. Q_DECLARE_INTERFACE is declared in <QObject>.
That one made no difference

Quote Originally Posted by dimitri
You don't seem to be including <QtPlugin> in this file. Q_EXPORT_PLUGIN2 is declared in <QtPlugin>.
But that one made all the difference.

I suppose it was my own fault really, I was following the instructions given in the documentation for QT4.

Much obliged for the prompt and accurate reply, thank you.


Cheers,
Norman.