qtDbus broken?

David Faure faure at kde.org
Wed Aug 23 21:01:21 CEST 2006


On Wednesday 23 August 2006 20:30, Christian Ehrlicher wrote:
> Mathew Yeates schrieb:
> > This was working recently (within in the last week). But now with the 
> > latest (30 minutes ago) ....
> > 
> > I am following the directions at 
> > http://www.kdelibs.com/wiki/index.php/QtDBus
> > 
> > When I try and build tools\qdbus the build fails because dbus.h cannot 
> > be found. I traced qmake and it appears that my DBUSDIR is being ignored 
> > so qmake never finds dbus.h
> > 
> Afaik DBUSDIR was never an option with this patch, you have to set it
> manually in qdbus/src/src.pro:
> 
> DBUS_INSTALL_DIR=d:/Programme/dbus
> 
> Is there a way to get an environment var within a pro-file?

Yes, use $$(DBUSDIR)

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list