summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-04-24 15:28:42 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-04-24 15:28:42 +0000
commit4e9891a19088d4c19bbd8da6c85528a53f49ae0b (patch)
treebf9469d574ecd8cba2eb043e8aca2e79e4e688a5 /INSTALL
parent534aeef5af9b99333a8ebd2dba4e2c3ca5988d33 (diff)
2006-04-24 John (J5) Palmieri <johnp@redhat.com>
* README, INSTALL: Doc fixes Patch from Brad Hards <bradh at frogmouth.net>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1905ea9..f0b415b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -72,6 +72,13 @@ 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.
+Note that DBus detects QtCore and QtXml during the configure process
+using pkg-config. You may need to set the PKG_CONFIG_PATH to include
+the Qt4 library directory. If you don't have your Qt4 installed, then
+you may also need to use the --with-qt-moc directive to point to the
+Qt4 moc executable (e.g. $QTDIR/bin/moc).
+
+
Qt 3 Bindings
-------------