kde-workspace/kcontrol/style/CMakeLists.txt

31 lines
821 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
# needed for including kdecoration.h
include_directories (
${CMAKE_SOURCE_DIR}/kwin/libkwineffects
${CMAKE_SOURCE_DIR}/kwin/libkdecorations
${CMAKE_BINARY_DIR}/kwin/libkwineffects
2014-11-13 19:30:51 +02:00
)
########### next target ###############
2015-09-01 04:37:19 +03:00
set(kcm_style_PART_SRCS
../krdb/krdb.cpp
styleconfdialog.cpp
kcmstyle.cpp
stylepreview.ui
finetuning.ui
)
2014-11-13 19:30:51 +02:00
kde4_add_plugin(kcm_style ${kcm_style_PART_SRCS})
target_link_libraries(kcm_style ${KDE4_KIO_LIBS} ${X11_LIBRARIES}
2015-01-11 20:59:41 +00:00
${KDE4_PLASMA_LIBS})
2014-11-15 05:21:19 +02:00
target_link_libraries(kcm_style kdecorations)
2014-11-13 19:30:51 +02:00
install(TARGETS kcm_style DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
2014-11-13 19:30:51 +02:00
########### install files ###############
install( FILES kcmstyle.notifyrc DESTINATION ${KDE4_DATA_INSTALL_DIR}/kcmstyle )
install( FILES style.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )