diff options
author | Thiago Macieira <thiago.macieira@trolltech.com> | 2006-04-17 19:31:49 +0000 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@trolltech.com> | 2006-04-17 19:31:49 +0000 |
commit | c6aad457b389b964e3ff8e0046622c5a97bd431c (patch) | |
tree | 48b9d4ea59b91da51897d329789a06104690939b /INSTALL | |
parent | 74174d03d273528de24594644b7d0852115e0f75 (diff) |
* INSTALL: fine-tune the requirements for the Qt4 binding.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 ------------- |