4 ########### next target ###############
6 set(kcm_display_PART_SRCS display.cpp )
9 kde4_add_plugin(kcm_display ${kcm_display_PART_SRCS})
12 target_link_libraries(kcm_display ${KDE4_KUTILS_LIBS} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS})
14 install(TARGETS kcm_display DESTINATION ${PLUGIN_INSTALL_DIR} )
17 ########### install files ###############
19 install( FILES display.desktop DESTINATION ${SERVICES_INSTALL_DIR} )