Re: qtDbus broken?

2006-08-23 Thread Christian Ehrlicher
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?

Christian



signature.asc
Description: OpenPGP digital signature
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: qtDbus broken?

2006-08-23 Thread David Faure
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, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem