windows build
Peter Kümmel
syntheticpp at gmx.net
Mon Jun 26 22:44:36 CEST 2006
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
More information about the Kde-buildsystem
mailing list