From e8b328e0516d8ead9af13c8379a6cd1dbbb8a9e9 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 19 Jun 2018 14:56:26 -0400 Subject: pbap: add contacts support and recent call model Add support for parsing contacts and recent call data from the PBAP-provided vCards using libvcard. Expose a recent call list model and interfaces to refresh the data. Bug-AGL: SPEC-1436 Change-Id: Ia4a02443e22e4a27dc974ef414b765667b26ff83 Signed-off-by: Matt Porter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 249f3ac..9165f49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ add_library(qtappfw SHARED message.cpp messageengine.cpp pbap.cpp pbapmessage.cpp telephony.cpp telephonymessage.cpp weather.cpp weathermessage.cpp) -target_link_libraries(qtappfw Qt5::WebSockets) +target_link_libraries(qtappfw Qt5::WebSockets vcard) set_target_properties(qtappfw PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION 1 -- cgit 1.2.3-korg