Qt 4.2 and QtDbus
Peter Kümmel
syntheticpp at gmx.net
Thu Jul 6 16:27:28 CEST 2006
Paulo Jorge Guedes wrote:
>> -----Original Message-----
>> From: Alexander Neundorf [mailto:alexander.neundorf at gmx.net]
>> Sent: segunda-feira, 3 de Julho de 2006 14:43
>> To: kde-buildsystem at kde.org
>> Subject: Re: Qt 4.2 and QtDbus
>>
>> Am Montag 03 Juli 2006 15:19 schrieb Paulo Jorge Guedes:
>>> Hi,
>>>
>>> I built Qt 4.2 with MinGW but the QtDBus libraries weren't created.
>> QtDBus is not yet supported under Windows. This unfortunately means
> that
>> kdelibs currently cannot be compiled under Windows :-/
>
> Any idea on when it would be available?
> The Windows builds are broken for a long time now. :(
>
> Paulo
>
>
when you add this lines or similar ones to all the pro files in
qt4.2/tool/qdbus:
LIBS += C:/Programme/dbus/lib/dbus-1.lib ws2_32.lib advapi32.lib netapi32.lib c:/programme/kdewin32/lib/kdewin32.lib
INCLUDEPATH += . c:/programme/dbus/include c:/programme/kdewin32/include c:/programme/kdewin32/include/msvc
you should be able to compile qdbus by hand:
qmake
nmake
Peter
More information about the Kde-buildsystem
mailing list