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)