mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-16 11:58:13 +02:00
2003-04-11 Havoc Pennington <hp@redhat.com>
* configure.in: add another directory to look for qt in.
This commit is contained in:
parent
f4692372ec
commit
4b773b4a54
3 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-04-11 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* configure.in: add another directory to look for qt in.
|
||||
|
||||
2003-04-11 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* AUTHORS: add Colin Walters
|
||||
|
|
|
|||
|
|
@ -355,7 +355,7 @@ if test -n "$QTDIR" -a -f "$QTDIR/include/qglobal.h"; then
|
|||
have_qt=yes
|
||||
DBUS_QT_CXXFLAGS="-I$QTDIR/include"
|
||||
else
|
||||
for dir in "${prefix}/include/qt" "/usr/include/qt3" "/usr/include/qt" "/usr/lib/qt/include"; do
|
||||
for dir in "${prefix}/include/qt" "/usr/include/qt-3.1" "/usr/include/qt3" "/usr/include/qt" "/usr/lib/qt/include"; do
|
||||
if test -f "$dir/qglobal.h"; then
|
||||
have_qt=yes
|
||||
DBUS_QT_CXXFLAGS="-I$dir"
|
||||
|
|
|
|||
5
doc/TODO
5
doc/TODO
|
|
@ -77,3 +77,8 @@
|
|||
- dbus_error_has_name(), dbus_message_name_is()
|
||||
|
||||
- add DBUS_TYPE_INT64 ?
|
||||
|
||||
- if you send a message to a service then block for reply, and the service exits/crashes
|
||||
after the message bus has processed your message but before the service has replied,
|
||||
it would be nice if the message bus sent you an error reply.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue