diff options
author | Thiago Macieira <thiago@kde.org> | 2006-04-17 19:31:49 +0000 |
---|---|---|
committer | Thiago Macieira <thiago@kde.org> | 2006-04-17 19:31:49 +0000 |
commit | 8e3ad4c75806f3c1456be8c3097899799ab16c47 (patch) | |
tree | d9ae0b08f2a6dd19333e63165c8d3e0d8d2ca1db | |
parent | 8c09e5e06c3e80d8795b3076504c08589cd2407d (diff) |
* INSTALL: fine-tune the requirements for the Qt4 binding.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 9 |
2 files changed, 11 insertions, 2 deletions
@@ -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 @@ -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 ------------- |