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

16 lines
542 B
CMake

set(printmanager_config_SRCS
KPrintManagerConfigPlugin.cpp
)
kde4_add_plugin(printmanagerwidget ${printmanager_config_SRCS})
target_link_libraries(printmanagerwidget
${KDE4_KDEUI_LIBS}
kcupslib
)
install(TARGETS printmanagerwidget DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}/plugins/designer)
# QML Stuff
install(FILES package/metadata.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} RENAME plasma-applet-printmanager.desktop)
install(DIRECTORY package/ DESTINATION ${KDE4_DATA_INSTALL_DIR}/plasma/plasmoids/org.kde.printmanager)