From 4739f509d9d5ebaef71a51cece8f75b6a7e4b3dc Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 7 Sep 2018 13:11:58 +0200 Subject: Move ProfileManager to libweb --- lib/web/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/web/CMakeLists.txt') diff --git a/lib/web/CMakeLists.txt b/lib/web/CMakeLists.txt index ed969cd..b2d6c82 100644 --- a/lib/web/CMakeLists.txt +++ b/lib/web/CMakeLists.txt @@ -5,6 +5,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) add_library(web + profilemanager.cpp + profilemanager.h webprofile.cpp webprofile.h -- cgit v1.2.1