diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-12-01 00:07:20 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-12-01 00:07:20 +0000 |
commit | b99a1f364535194536eeff70751a9102b7e6ba33 (patch) | |
tree | 85024ddeb6c15fe7ea3909b5807e3760e7e08432 /test | |
parent | e5118f163d2f6eb70375e6394156b23eb1835d2d (diff) | |
download | dbus-b99a1f364535194536eeff70751a9102b7e6ba33.tar.gz |
* test/qt/Makefile.am: build from srcdir
* qt/qtconnection.cpp (requestName): Changed PROHIBIT_REPLACE to ALLOW_REPLACE
Note - this code is wrong and needs to be fixed by the Qt binding
developers. The flags should be treated as bitfields and not enums.
* qt/qtconnection.h: Change ProhibitReplace to AllowReplace
* dbus/dbus-list.c (link_after): remove #ifdef DBUS_BUILD_TESTS
Diffstat (limited to 'test')
-rw-r--r-- | test/qt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/qt/Makefile.am b/test/qt/Makefile.am index c8be4c2e..4ada01d6 100644 --- a/test/qt/Makefile.am +++ b/test/qt/Makefile.am @@ -17,7 +17,7 @@ qdbusconnection_SOURCES= \ tst_qdbusconnection.cpp: tst_qdbusconnection.moc tst_qdbusconnection.moc: - $(QT_MOC) tst_qdbusconnection.cpp > tst_qdbusconnection.moc + $(QT_MOC) $(srcdir)/tst_qdbusconnection.cpp > tst_qdbusconnection.moc TEST_LIBS=$(DBUS_QTESTLIB_LIBS) $(top_builddir)/qt/libdbus-qt4-1.la |