mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
		
			426 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			426 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
|  | #-------------------------------------------------------- | ||
|  | # | ||
|  | # Pro file for Android and Windows builds with Qt Creator | ||
|  | # | ||
|  | #-------------------------------------------------------- | ||
|  | 
 | ||
|  | QT += core | ||
|  | 
 | ||
|  | TEMPLATE = lib | ||
|  | TARGET = libmirisdr | ||
|  | 
 | ||
|  | macx { | ||
|  |     INCLUDEPATH += "/opt/local/include" | ||
|  |     INCLUDEPATH += "/usr/local/include" | ||
|  |     SOURCES =  | ||
|  |     HEADERS = | ||
|  |     LIBS += -L/usr/local/lib -lmirisdr | ||
|  |     LIBS += -L/opt/local/lib -lusb-1.0 | ||
|  | }    |