mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			162 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								using qt ;
							 | 
						||
| 
								 | 
							
								import cast ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								project 
							 | 
						||
| 
								 | 
							
								    : default-build <threading>multi 
							 | 
						||
| 
								 | 
							
								    ;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								exe main : main.cpp [ cast _ moccable-cpp : main.cpp ]
							 | 
						||
| 
								 | 
							
								           /qt//qt 
							 | 
						||
| 
								 | 
							
								    ;
							 |