mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Printing never worked, none of this was ever included in test builds. Also, now that there are official releases of QtWebKit again, this just doesn't seem worth carrying along anymore. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| if(NO_USERMANUAL)
 | |
| 	message(STATUS "building without usermanual")
 | |
| 	add_definitions(-DNO_USERMANUAL)
 | |
| else()
 | |
| 	list(APPEND QT_EXTRA_COMPONENTS WebKitWidgets)
 | |
| endif()
 |