mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
16 lines
527 B
CMake
16 lines
527 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 ${PLUGIN_INSTALL_DIR}/plugins/designer)
|
|
|
|
# QML Stuff
|
|
install(FILES package/metadata.desktop DESTINATION ${SERVICES_INSTALL_DIR} RENAME plasma-applet-printmanager.desktop)
|
|
install(DIRECTORY package/ DESTINATION ${DATA_INSTALL_DIR}/plasma/plasmoids/org.kde.printmanager)
|