dbus/qt Makefile.am,1.19,1.20
Thiago J. Macieira
thiago at kemper.freedesktop.org
Tue Mar 28 11:16:37 PST 2006
Update of /cvs/dbus/dbus/qt
In directory kemper:/tmp/cvs-serv25972/qt
Modified Files:
Makefile.am
Log Message:
* configure.in qt/Makefile.am: add qt/examples
* qt/examples: Add QtDBus example programs:
- hello: Hello, World
- ping: Simple method-calling program
- pong: Simple object-exporting program (not using adaptors)
- complexping: Interactive method-calling program
(also gets and sets properties).
- complexpong: Sample program exporting methods, signals and
properties, using adaptors.
- dbus: Simple implementation of a generic method-calling
program, similar to 'dbus-send', but with semantics
similar to 'dcop'.
- chat: Simplistic chat program, implemented using signals
and the system bus. Looks like IRC.
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/qt/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.am 28 Mar 2006 18:56:08 -0000 1.19
+++ Makefile.am 28 Mar 2006 19:16:35 -0000 1.20
@@ -1,3 +1,5 @@
+SUBDIRS = . examples
+
if HAVE_QT
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_QT_CFLAGS) -DDBUS_COMPILATION
More information about the dbus-commit
mailing list