From fe9f471950c7a061289efe734c20074d5c357f20 Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Fri, 30 Sep 2005 15:05:33 +0000 Subject: compile out of the box --- test/qt/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/qt/Makefile.am') diff --git a/test/qt/Makefile.am b/test/qt/Makefile.am index 553accd4..c8be4c2e 100644 --- a/test/qt/Makefile.am +++ b/test/qt/Makefile.am @@ -14,13 +14,13 @@ noinst_PROGRAMS= $(TEST_BINARIES) qdbusconnection_SOURCES= \ tst_qdbusconnection.cpp -$(top_srcdir)/test/qt/tst_qdbusconnection.cpp: tst_qdbusconnection.moc +tst_qdbusconnection.cpp: tst_qdbusconnection.moc -TEST_LIBS=$(DBUS_QTESTLIB_LIBS) $(top_builddir)/qt/libdbus-qt-1.la +tst_qdbusconnection.moc: + $(QT_MOC) tst_qdbusconnection.cpp > tst_qdbusconnection.moc + +TEST_LIBS=$(DBUS_QTESTLIB_LIBS) $(top_builddir)/qt/libdbus-qt4-1.la qdbusconnection_LDADD=$(TEST_LIBS) CLEANFILES=tst_qdbusconnection.moc - -%.moc: %.cpp - $(QT_MOC) $< > $@ -- cgit