From 7707fb4ed8ad8c951d9f41ce39823093d30a9f67 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 7 Jun 2018 13:03:47 +0200 Subject: Split webengine/webprofile into lib/web --- plugins/ProfileEditor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/ProfileEditor/CMakeLists.txt b/plugins/ProfileEditor/CMakeLists.txt index 0308fde..e5654ff 100644 --- a/plugins/ProfileEditor/CMakeLists.txt +++ b/plugins/ProfileEditor/CMakeLists.txt @@ -18,7 +18,7 @@ add_library(ProfileEditorPlugin SHARED target_include_directories(ProfileEditorPlugin PRIVATE .. - PRIVATE ../../src/webengine) + PRIVATE ../../lib/web) target_link_libraries(ProfileEditorPlugin PRIVATE Qt5::Widgets -- cgit v1.2.1