blob: eeac35c5b894f91f869a54e5ad6520b614d9c6af (
plain) (
blame)
1
2
3
4
5
6
7
|
if(NO_USERMANUAL)
message(STATUS "building without usermanual")
add_definitions(-DNO_USERMANUAL)
else()
set(WEBKIT_PKG WebKitWidgets)
set(WEBKIT_LIB Qt5::WebKitWidgets)
endif()
|