From aaca93be3d8f153dce3ae98d4d4787463f3210cf Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 7 Jun 2018 12:34:16 +0200 Subject: Don't copy profiles into profile manager plugin --- plugins/ProfileEditor/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/ProfileEditor/CMakeLists.txt') diff --git a/plugins/ProfileEditor/CMakeLists.txt b/plugins/ProfileEditor/CMakeLists.txt index 2fa3ba8..0308fde 100644 --- a/plugins/ProfileEditor/CMakeLists.txt +++ b/plugins/ProfileEditor/CMakeLists.txt @@ -17,7 +17,8 @@ add_library(ProfileEditorPlugin SHARED ) target_include_directories(ProfileEditorPlugin - PRIVATE ..) + PRIVATE .. + PRIVATE ../../src/webengine) target_link_libraries(ProfileEditorPlugin PRIVATE Qt5::Widgets -- cgit v1.2.1