From 198be208d49990c3535ac765735768ad1ae79c1b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 16 Jan 2020 21:40:15 +0200 Subject: Add Firefox bookmarks.json format to libbookmarks - can only read folders and bookmarks, their title and uri fields Not supported by Bookmark Model: - Separator items - Date added and Date modified fields --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 32984ea..5e50801 100644 --- a/meson.build +++ b/meson.build @@ -88,6 +88,7 @@ subdir('tools') #subdir('plugins/ProfileEditor') subdir('test/conf') +subdir('test/firefox-bookmarks-json-parser') ssconfig = poi_sourceset.apply(cdata) -- cgit v1.2.1