kdelibs/kutils/kemoticons/providers/kde/CMakeLists.txt
Ivailo Monev 04506de1e7 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-02 19:10:29 +02:00

26 lines
508 B
CMake

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../..
)
########### next target ###############
kde4_add_plugin(emoticonstheme_kde kde_emoticons.cpp)
target_link_libraries(emoticonstheme_kde
kemoticons
${KDE4_KDEUI_LIBS}
${QT_QTXML_LIBRARY}
)
########### install files ###############
install(
TARGETS emoticonstheme_kde
DESTINATION ${PLUGIN_INSTALL_DIR}
)
install(
FILES emoticonstheme_kde.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)