mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
aaafaade5e
It's easier to debug what's wrong this way Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
7 lines
214 B
CMake
7 lines
214 B
CMake
if(NO_USERMANUAL)
|
|
message(STATUS "building without usermanual")
|
|
add_definitions(-DNO_USERMANUAL)
|
|
else()
|
|
list(APPEND QT_EXTRA_COMPONENTS WebKitWidgets)
|
|
list(APPEND QT_EXTRA_LIBRARIES Qt5::WebKitWidgets)
|
|
endif()
|