From 1f85a65078815b56bbb5581675b4f6e3253d8d9f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Oct 2018 12:47:39 +0200 Subject: Remove CMakeLists --- lib/web/CMakeLists.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lib/web/CMakeLists.txt (limited to 'lib/web') diff --git a/lib/web/CMakeLists.txt b/lib/web/CMakeLists.txt deleted file mode 100644 index 12b4080..0000000 --- a/lib/web/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -# Find includes in corresponding build directories -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -# Instruct CMake to run moc automatically when needed. -set(CMAKE_AUTOMOC ON) - -add_library(web - profilemanager.cpp - profilemanager.h - webprofile.cpp - webprofile.h -) - -target_include_directories(web - PRIVATE ${PROJECT_SOURCE_DIR}/include -) - -target_link_libraries(web Qt5::WebEngineWidgets) -- cgit v1.2.1