From fa307bc84a2aaaebaf9cff5fa26c2ccf9448d4ab Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 15 May 2019 22:39:55 -0700 Subject: libqtappfw: pbap: switch to vcard processing done in binding agl-service-bluetooth-pbap now outputs JSON data of processed vCard information, and now libvcard is no longer needed. Bug-AGL: SPEC-2392 Change-Id: Ice1ec6e1a22687f4839fd3e8a286d279d8a4f586 Signed-off-by: Matt Ranostay --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e67a98e..cd470a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ endforeach() add_library(qtappfw SHARED ${SRCS}) -target_link_libraries(qtappfw Qt5::WebSockets vcard) +target_link_libraries(qtappfw Qt5::WebSockets) set_target_properties(qtappfw PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION 1 -- cgit 1.2.3-korg