mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
17 lines
527 B
Text
17 lines
527 B
Text
![]() |
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)
|