mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
There's no way to access the phone number from PersonsModel directly, so we need to go a bit around
8 lines
278 B
CMake
8 lines
278 B
CMake
|
|
kpackage_install_package(package org.kde.phone.dialer genericqml)
|
|
install(FILES package/metadata.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME org.kde.phone.dialer.desktop)
|
|
|
|
include_directories(${TELEPATHY_QT5_INCLUDE_DIR})
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(plugin)
|