dbus ChangeLog,1.995,1.996 INSTALL,1.2,1.3
Thiago J. Macieira
thiago at kemper.freedesktop.org
Mon Apr 17 12:31:51 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv8543
Modified Files:
ChangeLog INSTALL
Log Message:
* INSTALL: fine-tune the requirements for the Qt4 binding.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -d -r1.995 -r1.996
--- ChangeLog 16 Apr 2006 18:14:50 -0000 1.995
+++ ChangeLog 17 Apr 2006 19:31:49 -0000 1.996
@@ -1,3 +1,7 @@
+2006-04-13 Thiago Macieira <thiago.macieira at trolltech.com>
+
+ * INSTALL: fine-tune the requirements for the Qt4 binding.
+
2006-04-16 Daniel P. Berrange <dan at berrange.com>
* tools/dbus-print-message.c: Added support for printing of all
Index: INSTALL
===================================================================
RCS file: /cvs/dbus/dbus/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- INSTALL 16 Apr 2006 17:53:45 -0000 1.2
+++ INSTALL 17 Apr 2006 19:31:49 -0000 1.3
@@ -61,11 +61,16 @@
Requisite:
- - Qt >= 4.0
+ - QtCore and QtXml >= 4.1.3
Optional:
- - QtTest (for Qt Unit tests)
+ - QtTest (for Qt Unit tests)
+ - QtGui >= 4.1.3 (for the chat example program)
+
+Note: Qt 4.1.3 is not available in released form. You need to download
+the 4.1.3 snapshots from Trolltech. However, the Qt binding compiles
+and works in Qt 4.1.2, but not the dbusidl2cpp tool.
Qt 3 Bindings
-------------
More information about the dbus-commit
mailing list