From b3fd66461505bff730a204987581bf9588526a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 25 Nov 2012 16:26:51 +0100 Subject: =?UTF-8?q?Fix=20cmake=20build:=20automoc=20=C3=97=20specific=20ru?= =?UTF-8?q?le=20in=20kopete=20jabber=20protocol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ) -- cgit v1.2.1