diff options
author | Slávek Banko <[email protected]> | 2012-11-25 16:26:51 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-11-26 01:11:13 +0100 |
commit | 419c66fe1b071e9f484dd1d2fd3f50c67238dc31 (patch) | |
tree | d53ebbe39257bd3ffd4b640e8de47930b8ad0820 | |
parent | 0b1c520e35f7466cfa41824536b1743acf81e5d5 (diff) | |
download | tdenetwork-419c66fe1b071e9f484dd1d2fd3f50c67238dc31.tar.gz tdenetwork-419c66fe1b071e9f484dd1d2fd3f50c67238dc31.zip |
Fix cmake build: automoc × specific rule in kopete jabber protocol
(cherry picked from commit b3fd66461505bff730a204987581bf9588526a3c)
-rw-r--r-- | kopete/protocols/jabber/libiris/iris/jabber/CMakeLists.txt | 4 |
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 ) |