summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt b/kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt
index e73563f2..fc694180 100644
--- a/kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt
+++ b/kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt
@@ -34,7 +34,9 @@ add_custom_command( OUTPUT s5b.moc
set_source_files_properties( s5b.cpp PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/s5b.moc )
-tde_add_library( iris_jabber STATIC_PIC AUTOMOC
+tde_automoc( all_mocs.cpp )
+
+tde_add_library( iris_jabber STATIC_PIC
SOURCES
filetransfer.cpp s5b.cpp xmpp_ibb.cpp xmpp_jidlink.cpp all_mocs.cpp
)