From 3639d5789259561c531a3481d7061a0cb492c644 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 9 Oct 2018 12:05:28 +0200 Subject: Unlink plugins from lib/ libraries --- lib/web/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/web/CMakeLists.txt') diff --git a/lib/web/CMakeLists.txt b/lib/web/CMakeLists.txt index 86f7f1c..12b4080 100644 --- a/lib/web/CMakeLists.txt +++ b/lib/web/CMakeLists.txt @@ -11,4 +11,8 @@ add_library(web webprofile.h ) +target_include_directories(web + PRIVATE ${PROJECT_SOURCE_DIR}/include +) + target_link_libraries(web Qt5::WebEngineWidgets) -- cgit v1.2.1