blob: 24e17b2eb8d90a9f1bc03088716bce3660327cf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
project(scriptedhtml)
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
install(DIRECTORY scriptedimage/
DESTINATION ${DATA_INSTALL_DIR}/plasma/plasmoids/scriptedimage)
install(FILES scriptedimage/metadata.desktop
DESTINATION ${SERVICES_INSTALL_DIR} RENAME plasma-applet-scriptedhtml.desktop)
|