From 99d1f56d99470fd2dd4f92b7d34cf430429c18c4 Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 30 Aug 2022 07:09:28 +0300 Subject: Add tabler icon theme --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e1a43b3..9c769cbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,7 +112,7 @@ feature_summary(WHAT ALL) add_subdirectory(plugins/webengine) add_subdirectory(src) -add_executable(rekonq ${rekonq_SRCS} +add_executable(rekonq ${rekonq_SRCS} third-party/resources.qrc include/rview.hpp) target_include_directories(rekonq PRIVATE src) target_link_libraries(rekonq -- cgit v1.2.1