kde-extraapps/print-manager/print-manager-kded/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

21 lines
612 B
CMake

set(printmanagerkded_SRCS
NewPrinterNotification.cpp
PrintManagerKded.cpp
)
qt4_add_dbus_adaptor(printmanagerkded_SRCS
com.redhat.NewPrinterNotification.xml
NewPrinterNotification.h
NewPrinterNotification
)
kde4_add_plugin(kded_printmanager ${printmanagerkded_SRCS})
target_link_libraries(kded_printmanager
${KDE4_KDEUI_LIBS}
kcupslib
)
install(TARGETS kded_printmanager DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES printmanager.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}/kded)
install(FILES printmanager.notifyrc DESTINATION ${KDE4_DATA_INSTALL_DIR}/printmanager)