mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	CMakeLists: Mark WebEngine(Core/Widgets) as required
Mark these components as required when we are building with QtWebEngine enabled.
This commit is contained in:
		
							parent
							
								
									e991525d63
								
							
						
					
					
						commit
						fc503c3445
					
				| @ -356,7 +356,7 @@ if(ENABLE_QT) | ||||
|         find_package(Qt5 ${QT_VERSION} REQUIRED COMPONENTS Widgets Concurrent ${QT_PREFIX_HINT} ${YUZU_QT_NO_CMAKE_SYSTEM_PATH}) | ||||
|     endif() | ||||
|     if (YUZU_USE_QT_WEB_ENGINE) | ||||
|         find_package(Qt5 COMPONENTS WebEngineCore WebEngineWidgets) | ||||
|         find_package(Qt5 REQUIRED COMPONENTS WebEngineCore WebEngineWidgets) | ||||
|     endif() | ||||
| 
 | ||||
|     if (ENABLE_QT_TRANSLATION) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user