aboutsummaryrefslogtreecommitdiff
path: root/lib/bookmarks
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
commit1f85a65078815b56bbb5581675b4f6e3253d8d9f (patch)
treeec48e9f100e8550442f27cdd819512e829789b7e /lib/bookmarks
parentUse vcs_tag to get version information (diff)
downloadsmolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz
Remove CMakeLists
Diffstat (limited to 'lib/bookmarks')
-rw-r--r--lib/bookmarks/CMakeLists.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/bookmarks/CMakeLists.txt b/lib/bookmarks/CMakeLists.txt
deleted file mode 100644
index ebbb035..0000000
--- a/lib/bookmarks/CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-# Find includes in corresponding build directories
-set(CMAKE_INCLUDE_CURRENT_DIR ON)
-
-# Instruct CMake to run moc automatically when needed.
-set(CMAKE_AUTOMOC ON)
-set(CMAKE_AUTOUIC ON)
-set(CMAKE_AUTORCC ON)
-
-add_library(bookmarks
- 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
-
- forms/editbookmarkdialog.cpp
- forms/editbookmarkdialog.h
- forms/editbookmarkdialog.ui
-)
-
-target_link_libraries(bookmarks Qt5::Widgets)