From a1d164895fac7fd705c8cb37c4c94700be32a0a2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 5 Oct 2018 21:07:45 +0200 Subject: bookmarks: fix new/delete buttons --- lib/bookmarks/CMakeLists.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'lib/bookmarks/CMakeLists.txt') diff --git a/lib/bookmarks/CMakeLists.txt b/lib/bookmarks/CMakeLists.txt index d8bdb2b..ebbb035 100644 --- a/lib/bookmarks/CMakeLists.txt +++ b/lib/bookmarks/CMakeLists.txt @@ -7,18 +7,19 @@ set(CMAKE_AUTOUIC ON) set(CMAKE_AUTORCC ON) add_library(bookmarks - bookmarksform.ui - bookmarkswidget.cpp - bookmarkswidget.h - # xbel - xbel.cpp - xbel.h + bookmarksform.ui + bookmarkswidget.cpp + bookmarkswidget.h + # xbel + xbel.cpp + xbel.h + + # bookmark item/model/view + model/bookmarkitem.cpp + model/bookmarkitem.h + model/bookmarkmodel.cpp + model/bookmarkmodel.h - # bookmark item/model/view - bookmarkitem.cpp - bookmarkitem.h - bookmarkmodel.cpp - bookmarkmodel.h forms/editbookmarkdialog.cpp forms/editbookmarkdialog.h forms/editbookmarkdialog.ui -- cgit v1.2.1