From 579c713959c150a276f42b3f69ccfb89d9e6eebb Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 24 Sep 2018 14:55:35 +0200 Subject: Bookmarks: add BookmarkItem and BookmarkModel - read-only xbel - only enabled in debug build --- lib/bookmarks/CMakeLists.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'lib/bookmarks/CMakeLists.txt') diff --git a/lib/bookmarks/CMakeLists.txt b/lib/bookmarks/CMakeLists.txt index b7bbf0d..d2256c6 100644 --- a/lib/bookmarks/CMakeLists.txt +++ b/lib/bookmarks/CMakeLists.txt @@ -14,8 +14,16 @@ add_library(bookmarks bookmarksview.h # xbel xbel.cpp - xbel.h) + xbel.h -target_include_directories(bookmarks - PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) -target_link_libraries(bookmarks Qt5::Widgets) \ No newline at end of file + # bookmark item/model/view + bookmarkitem.cpp + bookmarkitem.h + bookmarkmodel.cpp + bookmarkmodel.h + forms/editbookmarkdialog.cpp + forms/editbookmarkdialog.h + forms/editbookmarkdialog.ui +) + +target_link_libraries(bookmarks Qt5::Widgets) -- cgit v1.2.1