Move Handling of user manual to Modules directory

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
This commit is contained in:
Tomaz Canabrava 2015-11-17 19:01:01 -02:00 committed by Dirk Hohndel
parent 268fbf3fb1
commit f26df4f80a
2 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,7 @@
if(NO_USERMANUAL)
message(STATUS "building without usermanual")
add_definitions(-DNO_USERMANUAL)
else()
set(WEBKIT_PKG WebKitWidgets)
set(WEBKIT_LIB Qt5::WebKitWidgets)
endif()