* INSTALL: fine-tune the requirements for the Qt4 binding.
authorThiago Macieira <thiago@kde.org>
Mon, 17 Apr 2006 19:31:49 +0000 (19:31 +0000)
committerThiago Macieira <thiago@kde.org>
Mon, 17 Apr 2006 19:31:49 +0000 (19:31 +0000)
ChangeLog
INSTALL

index c4df46d..d9ba766 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-13  Thiago Macieira  <thiago.macieira@trolltech.com>
+
+       * INSTALL: fine-tune the requirements for the Qt4 binding.
+
 2006-04-16  Daniel P. Berrange  <dan@berrange.com>
 
        * tools/dbus-print-message.c: Added support for printing of all 
diff --git a/INSTALL b/INSTALL
index 22beacb..1905ea9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -61,11 +61,16 @@ Qt Bindings
 
  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
 -------------