mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 09:58:07 +02:00
* qt/Makefile.am: fix the dependency for
qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
not in qdbusconnection.cpp.
Thanks to Jakub Stachowski <stachowski@hypair.net> for
spotting this.
This commit is contained in:
parent
be74a67492
commit
4cc926f413
2 changed files with 10 additions and 2 deletions
|
|
@ -1,8 +1,17 @@
|
|||
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com
|
||||
|
||||
* qt/Makefile.am: fix the dependency for
|
||||
qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
|
||||
not in qdbusconnection.cpp.
|
||||
Thanks to Jakub Stachowski <stachowski@hypair.net> for
|
||||
spotting this.
|
||||
|
||||
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
|
||||
|
||||
* qt/examples/listnames.cpp:
|
||||
* qt/examples/Makefile.am: Three ways to list the names on the
|
||||
bus.
|
||||
|
||||
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
|
||||
|
||||
* test/qt/tst_hal.cpp: Remove the waiting, since it's not
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ lib_LTLIBRARIES=libdbus-qt4-1.la
|
|||
|
||||
dbusincludedir=$(includedir)/dbus-1.0/dbus
|
||||
dbusinclude_HEADERS= \
|
||||
qdbus.h \
|
||||
qdbusbus.h \
|
||||
qdbusmacros.h \
|
||||
qdbuserror.h \
|
||||
|
|
@ -61,7 +60,7 @@ qdbusabstractadaptor.lo: qdbusabstractadaptor.moc qdbusabstractadaptor_p.moc
|
|||
qdbusabstractinterface.lo: qdbusabstractinterface.moc
|
||||
qdbusbus.lo: qdbusbus.moc
|
||||
qdbusserver.lo: qdbusserver.moc
|
||||
qdbusconnection.lo: qdbusconnection_p.moc
|
||||
qdbusintegrator.lo: qdbusconnection_p.moc
|
||||
|
||||
CLEANFILES=qdbusabstractadaptor.moc qdbusserver.moc qdbusconnection.moc qdbusconnection_p.moc qdbusabstractadaptor_p.moc qdbusbus.moc qdbusabstractinterface.moc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue