aboutsummaryrefslogtreecommitdiff
path: root/lib/web/CMakeLists.txt
blob: 86f7f1c8ad11ec6a58a4136fc1258073169eb88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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_link_libraries(web Qt5::WebEngineWidgets)