diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-10 16:47:56 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-14 08:51:10 +0300 |
commit | 3d8255c70e71e3d4d23a7c798c94b16ab7e970f6 (patch) | |
tree | f191d578d39640a7c01b8c0df974c453272ede55 /CMakeLists.txt | |
parent | Migrate BookmarkManager (diff) | |
download | rekonq-3d8255c70e71e3d4d23a7c798c94b16ab7e970f6.tar.xz |
Add Bookmarks panel
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ee5e07e..69876ac4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ add_executable(rekonq ${rekonq_SRCS} third-party/resources.qrc) target_include_directories(rekonq PRIVATE src) target_link_libraries(rekonq spdlog::spdlog Qt6::Widgets SingleApplication::SingleApplication - settings pluginloader + bookmarks settings pluginloader ) add_custom_target(rekonq_check_license python scripts/check_license.py ${rekonq_SRCS} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) |