[Telepathy-commits] [telepathy-qt4/master] DBusProxy: actually use moc
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Dec 2 06:03:41 PST 2008
---
TelepathyQt4/Makefile.am | 3 ++-
TelepathyQt4/cli-dbus-proxy.cpp | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 4107a97..6997109 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -68,7 +68,8 @@ nodist_libtelepathy_qt4_la_SOURCES = \
_gen/cli-properties.moc.hpp \
_gen/types-body.hpp \
cli-channel.moc.hpp \
- cli-connection.moc.hpp
+ cli-connection.moc.hpp \
+ cli-dbus-proxy.moc.hpp
tpqt4include_HEADERS = \
Constants \
diff --git a/TelepathyQt4/cli-dbus-proxy.cpp b/TelepathyQt4/cli-dbus-proxy.cpp
index a725510..b2ade1f 100644
--- a/TelepathyQt4/cli-dbus-proxy.cpp
+++ b/TelepathyQt4/cli-dbus-proxy.cpp
@@ -73,3 +73,4 @@ QString DBusProxy::service() const
}
}
+#include "cli-dbus-proxy.moc.hpp"
--
1.5.6.5
More information about the Telepathy-commits
mailing list