kde-workspace/kcontrol/autostart/CMakeLists.txt

27 lines
528 B
Text
Raw Normal View History

project(autostart)
2014-11-13 19:30:51 +02:00
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
2014-11-13 19:30:51 +02:00
########### next target ###############
set(kcm_autostart_PART_SRCS
2014-11-13 19:30:51 +02:00
autostartitem.cpp
advanceddialog.cpp
2015-09-01 04:37:19 +03:00
autostart.cpp
)
2014-11-13 19:30:51 +02:00
kde4_add_plugin(kcm_autostart ${kcm_autostart_PART_SRCS})
2014-11-13 19:30:51 +02:00
target_link_libraries(kcm_autostart KDE4::kio)
2014-11-13 19:30:51 +02:00
########### install files ###############
install(
TARGETS kcm_autostart
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES autostart.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)