[Lunar-commits] CVS: moonbase/devel/dbus BUILD,1.8,1.9
Nick Hudson
nhudson at lunar-linux.org
Mon Apr 18 12:40:28 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/dbus
In directory espresso.foo-projects.org:/tmp/cvs-serv4423/dbus
Modified Files:
BUILD
Log Message:
Fixed problem with qt compile by adding the qtdir path
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 17 Apr 2005 03:04:17 -0000 1.8
+++ BUILD 18 Apr 2005 12:40:26 -0000 1.9
@@ -1,7 +1,7 @@
(
if module_installed kdelibs3; then
- export PATH=$KDEDIR/bin:$PATH
+ export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
fi
OPTS="$OPTS --enable-glib --enable-x --enable-checks --enable-verbose-mode \
More information about the Lunar-commits
mailing list