aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/CMakeLists.txt
blob: 704a6d0ff36e7e8336e9118c66520b0e9c83f4be (plain)
1
2
3
4
5
6
7
8
9
10
add_library(webengine STATIC
    urlinterceptor.cpp urlinterceptor.h
    webpage.cpp webpage.h
    webprofile.cpp webprofile.h
    webprofilemanager.cpp webprofilemanager.h
    webviewcontextmenu.cpp webviewcontextmenu.h
    webview.cpp webview.h
)
target_link_libraries(webengine PUBLIC Qt6::WebEngineCore Qt6::WebEngineWidgets)
target_include_directories(webengine PUBLIC ${CMAKE_CURRENT_LIST_DIR} ${PROJECT_SOURCE_DIR}/include)