Re: qdbus on windows

2006-07-15 Thread Thiago Macieira
from kdewin32, but I think there is a better Qt-way for this. Yes, to copy/paste from moc :-) 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

qdbus on windows

2006-07-11 Thread Peter Kümmel
How should we handle qdbus for windows? Currently qdbus depends on dbus and kdewin32. 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? The simples way is a copy paste from kdewin32

Re: qdbus on windows

2006-07-11 Thread Alexander Neundorf
On Tuesday 11 July 2006 18:57, Peter Kümmel wrote: How should we handle qdbus for windows? Currently qdbus depends on dbus and kdewin32. The kdewin32 dependency could be removed, because only getopt from unistd.h is needed by the tools. Does Trolltech plan to remove the dependency