Warning, /plasma-mobile/plasma-phonebook/README.md is written in an unsupported language. File is not indexed.

0001 # Plasma Mobile phonebook
0002 
0003 Contacts application which allows adding, modifying and removing contacts.
0004 
0005 # Backend
0006 
0007 The application uses kpeople models to find, add, remove and update contacts.
0008 The actual vcard editing is done using KContacts, allowing to use the full range of fields vcards support.
0009 Plasma Phonebook ships its own KPeople plugin for displaying actions.
0010 
0011 # Building
0012 
0013 plasma-phonebook depends on Qt6 and a few KDE Frameworks:
0014   - KCoreAddons
0015   - Kirigami
0016   - KPeople
0017   - KContacts
0018   - KI18n
0019   - Kirigami Addons
0020 
0021 If your distribution does not provide a recent enough version you can use [kdesrc-build](https://community.kde.org/Get_Involved/development#Set_up_kdesrc-build) to build plasma-phonebook and with all dependencies.
0022 
0023 To build plasma-phonebook do:
0024   - git clone git@invent.kde.org:kde/plasma-phonebook.git
0025   - cd plasma-phonebook
0026   - mkdir build
0027   - cd build
0028   - cmake -DCMAKE_INSTALL_PREFIX=~/kde ..
0029   - make
0030   - make install
0031 
0032 To run the built version do:
0033   - source prefix.sh
0034   - plasma-phonebook
0035 
0036 If you have questions please contact us in one of the [Plasma Mobile channels](https://www.plasma-mobile.org/join/).