mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	Windows: MSVC2017: use default path for SoapySDR
This commit is contained in:
		
							parent
							
								
									1462834c13
								
							
						
					
					
						commit
						1da6f64a25
					
				| @ -30,7 +30,7 @@ private: | |||||||
|     static struct bladerf *open_bladerf_from_serial(const char *serial); |     static struct bladerf *open_bladerf_from_serial(const char *serial); | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| class BladerfBandwidths { | class DEVICES_API BladerfBandwidths { | ||||||
| public: | public: | ||||||
|     static unsigned int getBandwidth(unsigned int bandwidth_index); |     static unsigned int getBandwidth(unsigned int bandwidth_index); | ||||||
|     static unsigned int getBandwidthIndex(unsigned int bandwidth); |     static unsigned int getBandwidthIndex(unsigned int bandwidth); | ||||||
|  | |||||||
| @ -42,7 +42,7 @@ MINGW32 || MINGW64 || macx { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| MSVC { | MSVC { | ||||||
|     INCLUDEPATH += "C:\Programs\PothosSDR\include" |     INCLUDEPATH += "C:\Program Files\PothosSDR\include" | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| CONFIG(Release):build_subdir = release | CONFIG(Release):build_subdir = release | ||||||
| @ -71,7 +71,7 @@ MINGW32 || MINGW64 || macx { | |||||||
|     LIBS += -L../../../liblimesuite/$${build_subdir} -lliblimesuite |     LIBS += -L../../../liblimesuite/$${build_subdir} -lliblimesuite | ||||||
| } | } | ||||||
| MSVC { | MSVC { | ||||||
|     LIBS += -LC:\Programs\PothosSDR\bin -LC:\Programs\PothosSDR\lib -lLimeSuite |     LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lLimeSuite | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| RESOURCES = ../../../sdrgui/resources/res.qrc | RESOURCES = ../../../sdrgui/resources/res.qrc | ||||||
|  | |||||||
| @ -44,7 +44,7 @@ MINGW32 || MINGW64 || macx { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| MSVC { | MSVC { | ||||||
|     INCLUDEPATH += "C:\Programs\PothosSDR\include" |     INCLUDEPATH += "C:\Program Files\PothosSDR\include" | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| CONFIG(Release):build_subdir = release | CONFIG(Release):build_subdir = release | ||||||
| @ -72,7 +72,7 @@ MINGW32 || MINGW64 || macx { | |||||||
|     LIBS += -L../../../liblimesuite/$${build_subdir} -lliblimesuite |     LIBS += -L../../../liblimesuite/$${build_subdir} -lliblimesuite | ||||||
| } | } | ||||||
| MSVC { | MSVC { | ||||||
|     LIBS += -LC:\Programs\PothosSDR\bin -LC:\Programs\PothosSDR\lib -lLimeSuite |     LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lLimeSuite | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| RESOURCES = ../../../sdrgui/resources/res.qrc | RESOURCES = ../../../sdrgui/resources/res.qrc | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user