diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-05 16:17:50 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-05 23:07:42 +0300 |
commit | 6b0c8f7e769a141f13194cf341e888c9b49f294c (patch) | |
tree | 308895235933e1246759ffb540269a349d0ef151 /CMakeLists.txt | |
parent | UrlBar: add completer (diff) | |
download | rekonq-6b0c8f7e769a141f13194cf341e888c9b49f294c.tar.xz |
Add RekonqWindow tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3509fad4..ea9ef655 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,8 +113,7 @@ feature_summary(WHAT ALL) add_subdirectory(plugins/webengine) add_subdirectory(src) -add_executable(rekonq ${rekonq_SRCS} third-party/resources.qrc - include/rview.hpp) +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 |