diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 12:47:39 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 12:47:39 +0200 |
commit | 1f85a65078815b56bbb5581675b4f6e3253d8d9f (patch) | |
tree | ec48e9f100e8550442f27cdd819512e829789b7e /lib/web | |
parent | Use vcs_tag to get version information (diff) | |
download | smolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz |
Remove CMakeLists
Diffstat (limited to 'lib/web')
-rw-r--r-- | lib/web/CMakeLists.txt | 18 |
1 files changed, 0 insertions, 18 deletions
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) |