mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
19 lines
421 B
CMake
19 lines
421 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kcm_display_PART_SRCS display.cpp )
|
|
|
|
|
|
kde4_add_plugin(kcm_display ${kcm_display_PART_SRCS})
|
|
|
|
|
|
target_link_libraries(kcm_display ${KDE4_KCMUTILS_LIBS} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS})
|
|
|
|
install(TARGETS kcm_display DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES display.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|