kde-extraapps/print-manager/printer-manager-kcm/CMakeLists.txt
Ivailo Monev 59190d3194 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00

17 lines
429 B
CMake

set(kcm_print_SRCS
PrinterDelegate.cpp
PrinterDescription.cpp
PrintKCM.cpp
PrintKCM.ui
PrinterDescription.ui
)
kde4_add_plugin(kcm_printer_manager ${kcm_print_SRCS})
target_link_libraries(kcm_printer_manager
${KDE4_KDEUI_LIBS}
kcupslib
)
install(TARGETS kcm_printer_manager DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES kcm_printer_manager.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})