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
Am 04.07.2012 16:20, schrieb Stephen Kelly:
> Patrick Spendrin wrote:
>
>> Hi everybody,
>>
>> I am now half way through building kdelibs frameworks branch on windows.
>>
>> Some things I want to mention:
>> - most unittests are console applications on Windows and so they need to
>> be linked agai
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
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
On Wednesday 04 July 2012 16:20:05 Stephen Kelly wrote:
> It might make sense to get as much as possible into Qt. For example, create
> a qSetEnv which calls ::setenv or SetEnvironmentVariable.
Qt has qputenv already, in both Qt4 and Qt5, please use that.
--
David Faure, fa...@kde.org, http://w
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