Re: KDE_EXPORT is needed

2012-07-05 Thread Patrick Spendrin
Am 05.07.2012 12:55, schrieb David Faure: > On Thursday 05 July 2012 12:32:34 Patrick Spendrin wrote: >> Am 05.07.2012 09:17, schrieb David Faure: >>> On Wednesday 04 July 2012 14:26:09 Patrick Spendrin wrote: One issue I have found was that KDE_EXPORT and KDE_IMPORT went missing. KD

Re: KDE_EXPORT is needed

2012-07-05 Thread David Faure
On Thursday 05 July 2012 12:32:34 Patrick Spendrin wrote: > Am 05.07.2012 09:17, schrieb David Faure: > > On Wednesday 04 July 2012 14:26:09 Patrick Spendrin wrote: > >> One issue I have found was that KDE_EXPORT and KDE_IMPORT went missing. > >> > >> KDE_EXPORT and KDE_IMPORT are needed e.g. if y

Re: KDE_EXPORT is needed

2012-07-05 Thread Patrick Spendrin
Am 05.07.2012 09:17, schrieb David Faure: > On Wednesday 04 July 2012 14:26:09 Patrick Spendrin wrote: >> One issue I have found was that KDE_EXPORT and KDE_IMPORT went missing. >> >> KDE_EXPORT and KDE_IMPORT are needed e.g. if you want to export a >> function from a plugin (you never want to impo

Re: KDE_EXPORT is needed

2012-07-05 Thread David Faure
On Wednesday 04 July 2012 14:26:09 Patrick Spendrin wrote: > One issue I have found was that KDE_EXPORT and KDE_IMPORT went missing. > > KDE_EXPORT and KDE_IMPORT are needed e.g. if you want to export a > function from a plugin (you never want to import it) meaning that it is > needed for K_EXPORT

Re: KDE_EXPORT is needed

2012-07-04 Thread Stephen Kelly
Patrick Spendrin wrote: > One issue I have found was that KDE_EXPORT and KDE_IMPORT went missing. > > KDE_EXPORT and KDE_IMPORT are needed e.g. if you want to export a > function from a plugin (you never want to import it) meaning that it is > needed for K_EXPORT_PLUGIN to work properly. In that

Re: KDE_EXPORT is needed

2012-07-04 Thread Stephen Kelly
Patrick Spendrin wrote: > One issue I have found was that KDE_EXPORT and KDE_IMPORT went missing. > > KDE_EXPORT and KDE_IMPORT are needed e.g. if you want to export a > function from a plugin (you never want to import it) Sounds like something that should be changed in generate_export_header in

KDE_EXPORT is needed

2012-07-04 Thread Patrick Spendrin
One issue I have found was that KDE_EXPORT and KDE_IMPORT went missing. KDE_EXPORT and KDE_IMPORT are needed e.g. if you want to export a function from a plugin (you never want to import it) meaning that it is needed for K_EXPORT_PLUGIN to work properly. In that special case we could use Q_DECL_EX