mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 13:10:04 +00:00 
			
		
		
		
	Add Qt Multimedia dependency for playing audio
This commit is contained in:
		
							parent
							
								
									6ebcd762e9
								
							
						
					
					
						commit
						9830caebeb
					
				
					 2 changed files with 5 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -30,7 +30,7 @@ jobs: | ||||||
|             msvc_version: 2022 |             msvc_version: 2022 | ||||||
|             qt_version: 6.6.1 |             qt_version: 6.6.1 | ||||||
|             qt_arch: win64_msvc2019_64 |             qt_arch: win64_msvc2019_64 | ||||||
|             qt_modules: qtimageformats qtpositioning |             qt_modules: qtimageformats qtmultimedia qtpositioning | ||||||
|             qt_tools: '' |             qt_tools: '' | ||||||
|             conan_arch: x86_64 |             conan_arch: x86_64 | ||||||
|             conan_compiler: Visual Studio |             conan_compiler: Visual Studio | ||||||
|  | @ -46,7 +46,7 @@ jobs: | ||||||
|             compiler: gcc |             compiler: gcc | ||||||
|             qt_version: 6.6.1 |             qt_version: 6.6.1 | ||||||
|             qt_arch: gcc_64 |             qt_arch: gcc_64 | ||||||
|             qt_modules: qtimageformats qtpositioning |             qt_modules: qtimageformats qtmultimedia qtpositioning | ||||||
|             qt_tools: '' |             qt_tools: '' | ||||||
|             conan_arch: x86_64 |             conan_arch: x86_64 | ||||||
|             conan_compiler: gcc |             conan_compiler: gcc | ||||||
|  |  | ||||||
|  | @ -22,6 +22,7 @@ find_package(SQLite3) | ||||||
| find_package(QT NAMES Qt6 | find_package(QT NAMES Qt6 | ||||||
|              COMPONENTS Gui |              COMPONENTS Gui | ||||||
|                         LinguistTools |                         LinguistTools | ||||||
|  |                         Multimedia | ||||||
|                         Network |                         Network | ||||||
|                         OpenGL |                         OpenGL | ||||||
|                         OpenGLWidgets |                         OpenGLWidgets | ||||||
|  | @ -31,6 +32,7 @@ find_package(QT NAMES Qt6 | ||||||
| find_package(Qt${QT_VERSION_MAJOR} | find_package(Qt${QT_VERSION_MAJOR} | ||||||
|              COMPONENTS Gui |              COMPONENTS Gui | ||||||
|                         LinguistTools |                         LinguistTools | ||||||
|  |                         Multimedia | ||||||
|                         Network |                         Network | ||||||
|                         OpenGL |                         OpenGL | ||||||
|                         OpenGLWidgets |                         OpenGLWidgets | ||||||
|  | @ -512,6 +514,7 @@ endif() | ||||||
| 
 | 
 | ||||||
| target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets | target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets | ||||||
|                                      Qt${QT_VERSION_MAJOR}::OpenGLWidgets |                                      Qt${QT_VERSION_MAJOR}::OpenGLWidgets | ||||||
|  |                                      Qt${QT_VERSION_MAJOR}::Multimedia | ||||||
|                                      Qt${QT_VERSION_MAJOR}::Positioning |                                      Qt${QT_VERSION_MAJOR}::Positioning | ||||||
|                                      Boost::json |                                      Boost::json | ||||||
|                                      Boost::timer |                                      Boost::timer | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat