mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	Windows build fixes
This commit is contained in:
		
							parent
							
								
									7c7b24de0d
								
							
						
					
					
						commit
						da8857e0e1
					
				@ -6,6 +6,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
QT += core gui multimedia opengl
 | 
					QT += core gui multimedia opengl
 | 
				
			||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 | 
					greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 | 
				
			||||||
 | 
					QMAKE_CXXFLAGS += -std=c++11
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TEMPLATE = app
 | 
					TEMPLATE = app
 | 
				
			||||||
TARGET = sdrangel
 | 
					TARGET = sdrangel
 | 
				
			||||||
 | 
				
			|||||||
@ -22,6 +22,10 @@
 | 
				
			|||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#undef M_PI
 | 
				
			||||||
 | 
					#define M_PI 3.14159265358979323846
 | 
				
			||||||
 | 
					#undef M_PI_2
 | 
				
			||||||
 | 
					#define M_PI_2 1.57079632679489661923
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Real RDSDemod::m_pllBeta = 50;
 | 
					const Real RDSDemod::m_pllBeta = 50;
 | 
				
			||||||
const Real RDSDemod::m_fsc = 1187.5;
 | 
					const Real RDSDemod::m_fsc = 1187.5;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user