mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:40:06 +00:00 
			
		
		
		
	Update Qt to 6.7.2
This commit is contained in:
		
							parent
							
								
									86bd48a12f
								
							
						
					
					
						commit
						d78ecf7f7a
					
				
					 5 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -28,7 +28,7 @@ jobs: | |||
|             compiler: msvc | ||||
|             msvc_arch: x64 | ||||
|             msvc_version: 2022 | ||||
|             qt_version: 6.7.1 | ||||
|             qt_version: 6.7.2 | ||||
|             qt_arch_aqt: win64_msvc2019_64 | ||||
|             qt_arch_dir: msvc2019_64 | ||||
|             qt_modules: qtimageformats qtmultimedia qtpositioning qtserialport | ||||
|  | @ -45,7 +45,7 @@ jobs: | |||
|             env_cc: gcc-11 | ||||
|             env_cxx: g++-11 | ||||
|             compiler: gcc | ||||
|             qt_version: 6.7.1 | ||||
|             qt_version: 6.7.2 | ||||
|             qt_arch_aqt: linux_gcc_64 | ||||
|             qt_arch_dir: gcc_64 | ||||
|             qt_modules: qtimageformats qtmultimedia qtpositioning qtserialport | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ call tools\setup-common.bat | |||
| 
 | ||||
| set build_dir=build-debug | ||||
| set build_type=Debug | ||||
| set qt_version=6.7.1 | ||||
| set qt_version=6.7.2 | ||||
| 
 | ||||
| mkdir %build_dir% | ||||
| cmake -B %build_dir% -S . ^ | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| 
 | ||||
| build_dir=${1:-build-debug} | ||||
| build_type=Debug | ||||
| qt_version=6.7.1 | ||||
| qt_version=6.7.2 | ||||
| script_dir="$(dirname "$(readlink -f "$0")")" | ||||
| 
 | ||||
| mkdir -p ${build_dir} | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ call tools\setup-common.bat | |||
| 
 | ||||
| set build_dir=build-release | ||||
| set build_type=Release | ||||
| set qt_version=6.7.1 | ||||
| set qt_version=6.7.2 | ||||
| 
 | ||||
| mkdir %build_dir% | ||||
| cmake -B %build_dir% -S . ^ | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| 
 | ||||
| build_dir=${1:-build-release} | ||||
| build_type=Release | ||||
| qt_version=6.7.1 | ||||
| qt_version=6.7.2 | ||||
| script_dir="$(dirname "$(readlink -f "$0")")" | ||||
| 
 | ||||
| mkdir -p ${build_dir} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat