2015-11-02 19:10:29 +02:00
|
|
|
include_directories(
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/../..
|
|
|
|
)
|
2014-11-13 01:04:59 +02:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2015-11-02 19:10:29 +02:00
|
|
|
kde4_add_plugin(emoticonstheme_xmpp xmpp_emoticons.cpp)
|
2014-11-13 01:04:59 +02:00
|
|
|
|
2015-11-02 19:10:29 +02:00
|
|
|
target_link_libraries(emoticonstheme_xmpp
|
|
|
|
kemoticons
|
|
|
|
${KDE4_KDEUI_LIBS}
|
|
|
|
${QT_QTXML_LIBRARY}
|
|
|
|
)
|
2014-11-13 01:04:59 +02:00
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2015-11-02 19:10:29 +02:00
|
|
|
install(
|
|
|
|
TARGETS emoticonstheme_xmpp
|
|
|
|
DESTINATION ${PLUGIN_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
install(
|
|
|
|
FILES emoticonstheme_xmpp.desktop
|
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR}
|
|
|
|
)
|