16f2251019
- correct PluginName in metadata - correct plasmoid installation directory - correct appName in aboutData - remove trailing whitespace. REVIEW: 119937
9 lines
268 B
CMake
9 lines
268 B
CMake
|
|
add_subdirectory(declarativeplugin)
|
|
|
|
install(DIRECTORY package/
|
|
DESTINATION ${DATA_INSTALL_DIR}/plasma/plasmoids/org.kde.kdeconnect)
|
|
|
|
install(FILES package/metadata.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}
|
|
RENAME plasma-kdeconnect.desktop)
|