kde-workspace/kcontrol/style/CMakeLists.txt

37 lines
697 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
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
KDE4::plasma
kdecorations
${X11_LIBRARIES}
)
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 style.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)