aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules/HandleUserManual.cmake
blob: 6e4874c604723d8ff78c04350aa599b21e93d9d0 (plain) (blame)
1
2
3
4
5
6
7
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()