summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorHendrik Müller <henne90gen@gmail.com>2022-11-18 20:13:04 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2023-02-11 06:34:02 +0000
commit19f37fbe3e5be87fefe79d1fe6f3c66319acb69e (patch)
treee5bce185478678ea4758c560b26c227043fc524e /meson.build
parentac886150ac4533035e8451a2035f05ce412ef2cf (diff)
downloadgnome-contacts-19f37fbe3e5be87fefe79d1fe6f3c66319acb69e.tar.gz
contact: Add QR code to share individual contacts
Sharing contacts in an easy and offline way is currently not possible. Most mobile phones have a camera and are capable of scanning QR codes. The vCard format is widely used to easily exchange contact information. A contact can be saved in vCard format into a QR code. A button with a QR code icon is added next to the "favourite" and "edit" buttons. When the user presses this button, a dialog opens up, which shows a QR code containing the current contacts data in vCard format.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8ea040f..339e5d2 100644
--- a/meson.build
+++ b/meson.build
@@ -59,6 +59,7 @@ libportal_dep = dependency('libportal-gtk4', version: '>= 0.6')
# Cheese
# cheese_dep = dependency('cheese', required: get_option('cheese'))
# cheese_gtk_dep = dependency('cheese-gtk', version: '>= 3.3.91', required: get_option('cheese'))
+libqrencode_dep = dependency('libqrencode', version: '>=4.1.1')
# gnome-online-accounts
if get_option('goa')
goa_dep = dependency('goa-1.0')