dbus/test/qt Makefile.am,1.2,1.3
John Palmieri
johnp at freedesktop.org
Wed Nov 30 16:07:22 PST 2005
Update of /cvs/dbus/dbus/test/qt
In directory gabe:/tmp/cvs-serv24390/test/qt
Modified Files:
Makefile.am
Log Message:
* 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
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/test/qt/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 30 Sep 2005 15:05:33 -0000 1.2
+++ Makefile.am 1 Dec 2005 00:07:20 -0000 1.3
@@ -17,7 +17,7 @@
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
More information about the dbus-commit
mailing list