qdbus on windows

Peter Kümmel syntheticpp at gmx.net
Sun Jul 16 23:03:47 CEST 2006


Thiago Macieira wrote:
> Peter Kümmel wrote:
>> The kdewin32 dependency could be removed, because
>> only getopt from unistd.h is needed by the tools.
>>
>> Does Trolltech plan to remove the dependency on unistd.h?
> 
> It's a good idea to do so.
> 
> QCommandLineArguments or such a class should exist...
> 

I leave this the Trolltech "QDBus developer" ;)

>> The simples way is a copy paste from kdewin32, but I think
>> there is a better Qt-way for this.
> 
> Yes, to copy/paste from moc :-)
> 

Yes, this is the better solution especially because of the
license questions.


>> And how should we build qdbus on windows? Is it possible to
>> have a qmake build-process which ships with Qt and only
>> depends on a enviroment variable for dbus?
> 
> You'll have to either edit the .qmake.cache file manually after 
> configuring or cd tools/qdbus and make
> 

I've also introduced a new environment variable
which must be set: DBUSDIR


More information about the Kde-buildsystem mailing list