Thiago Macieira wrote:
> Peter Kümmel wrote:
>> +#ifdef Q_OS_WIN
>> +template class QDBUS_EXPORT  QList<QVariant>;
>> +#endif
> 
> Shouldn't this be Q_CORE_EXPORT?
> 

Oh, Q_CORE_EXPORT isn't a kdelibs macro,
so maybe you are right.

I couldn't remember what the difference is between
KDE_EXPORT and KIO_EXPORT
but maybe it's the same between
Q_CORE_EXPORT and QDBUS_EXPORT
this could be the reason to use Q_CORE_EXPORT instead.

Peter
_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to