From 241f6e04dc9b5cbfc7503a544b16d7b5452f1acb Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 28 Jan 2020 18:55:02 +0200 Subject: Remove non-const BookmarkItem::icon Default BookmarkItem icons will be created when creating the item, if a QApplication (and subsequently, qApp->style()) is present. - added a poi-bookmarks test --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2e7ec72..5e10db7 100644 --- a/meson.build +++ b/meson.build @@ -101,6 +101,8 @@ poi_exe = executable(get_option('poi'), install: true, ) +test('poi-bookmarks: xbel', poi_exe, args: [ 'bookmarks', '-x', files('test/bookmarks.xbel'), '--export=stdout' ]) + subdir(host_machine.system()) # cppcheck target -- cgit v1.2.1