Bonjour nick name is in Latin1 encoding
[kdenetwork.git] / kopete / protocols / meanwhile / CMakeLists.txt
blob5b3e7d468bda985add7a83c1b3f9a9939c8ef81f
2 add_subdirectory( icons )
4 add_definitions(${LIBMEANWHILE_DEFINITIONS})
5 include_directories(${LIBMEANWHILE_INCLUDE_DIR})
7 ########### next target ###############
9 set(kopete_meanwhile_PART_SRCS
10    meanwhileaccount.cpp
11    meanwhileaddcontactpage.cpp
12    meanwhileplugin.cpp
13    meanwhilecontact.cpp
14    meanwhileprotocol.cpp
15    meanwhileeditaccountwidget.cpp
16    meanwhilesession.cpp )
18 kde4_add_ui_files(kopete_meanwhile_PART_SRCS
19    ui/meanwhileaddcontact.ui
20    ui/meanwhileeditaccount.ui
23 kde4_add_plugin(kopete_meanwhile ${kopete_meanwhile_PART_SRCS})
25 target_link_libraries(kopete_meanwhile
26   ${KDE4_KDECORE_LIBS} ${GLIB2_LIBRARIES} ${LIBMEANWHILE_LIBRARY}
27   ${KDE4_KDEUI_LIBS} ${QT_QTNETWORK_LIBRARY} ${QT_QT3SUPPORT_LIBRARY}
28   kopete)
30 install(TARGETS kopete_meanwhile DESTINATION ${PLUGIN_INSTALL_DIR})
32 ########### install files ###############
34 install(FILES kopete_meanwhile.desktop DESTINATION ${SERVICES_INSTALL_DIR})