[Telepathy-commits] [telepathy-qt4/master] Run moc for the high-level Connection class as well

Olli Salli olli.salli at collabora.co.uk
Mon Sep 22 04:58:09 PDT 2008


---
 TelepathyQt4/Makefile.am        |    3 ++-
 TelepathyQt4/cli-connection.cpp |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/Makefile.am b/TelepathyQt4/Makefile.am
index 0d581d2..dbb3fc4 100644
--- a/TelepathyQt4/Makefile.am
+++ b/TelepathyQt4/Makefile.am
@@ -57,7 +57,8 @@ nodist_libtelepathy_qt4_la_SOURCES = \
     _gen/cli-media-stream-handler.moc.hpp \
     _gen/cli-properties-body.hpp \
     _gen/cli-properties.moc.hpp \
-    _gen/types-body.hpp
+    _gen/types-body.hpp \
+    cli-connection.moc.hpp
 
 tpqt4include_HEADERS = \
     Constants \
diff --git a/TelepathyQt4/cli-connection.cpp b/TelepathyQt4/cli-connection.cpp
index f503006..68f61aa 100644
--- a/TelepathyQt4/cli-connection.cpp
+++ b/TelepathyQt4/cli-connection.cpp
@@ -23,6 +23,7 @@
 
 #include <TelepathyQt4/_gen/cli-connection-body.hpp>
 #include <TelepathyQt4/_gen/cli-connection.moc.hpp>
+#include <TelepathyQt4/cli-connection.moc.hpp>
 
 #include <QQueue>
 #include <QtGlobal>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list