mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	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()
 |