From 28d5a16ffb85550a7dc19e7fe8b945dc35d8cb77 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 9 Sep 2018 12:56:36 +0200 Subject: WebProfile: save httpCacheType and persistentCookiesPolicy --- plugins/ProfileEditor/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/ProfileEditor/CMakeLists.txt') diff --git a/plugins/ProfileEditor/CMakeLists.txt b/plugins/ProfileEditor/CMakeLists.txt index f294c30..6237785 100644 --- a/plugins/ProfileEditor/CMakeLists.txt +++ b/plugins/ProfileEditor/CMakeLists.txt @@ -2,6 +2,9 @@ find_package(Qt5Core REQUIRED) find_package(Qt5Widgets REQUIRED) find_package(Qt5WebEngineWidgets REQUIRED) +# Find includes in corresponding build directories +set(CMAKE_INCLUDE_CURRENT_DIR ON) + set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOUIC ON) -- cgit v1.2.1