mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
8 lines
181 B
CMake
8 lines
181 B
CMake
|
if(NO_USERMANUAL)
|
||
|
message(STATUS "building without usermanual")
|
||
|
add_definitions(-DNO_USERMANUAL)
|
||
|
else()
|
||
|
set(WEBKIT_PKG WebKitWidgets)
|
||
|
set(WEBKIT_LIB Qt5::WebKitWidgets)
|
||
|
endif()
|