mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05: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);
|
||||
};
|
||||
|
||||
class BladerfBandwidths {
|
||||
class DEVICES_API BladerfBandwidths {
|
||||
public:
|
||||
static unsigned int getBandwidth(unsigned int bandwidth_index);
|
||||
static unsigned int getBandwidthIndex(unsigned int bandwidth);
|
||||
|
@ -42,7 +42,7 @@ MINGW32 || MINGW64 || macx {
|
||||
}
|
||||
|
||||
MSVC {
|
||||
INCLUDEPATH += "C:\Programs\PothosSDR\include"
|
||||
INCLUDEPATH += "C:\Program Files\PothosSDR\include"
|
||||
}
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
@ -71,7 +71,7 @@ MINGW32 || MINGW64 || macx {
|
||||
LIBS += -L../../../liblimesuite/$${build_subdir} -lliblimesuite
|
||||
}
|
||||
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
|
||||
|
@ -44,7 +44,7 @@ MINGW32 || MINGW64 || macx {
|
||||
}
|
||||
|
||||
MSVC {
|
||||
INCLUDEPATH += "C:\Programs\PothosSDR\include"
|
||||
INCLUDEPATH += "C:\Program Files\PothosSDR\include"
|
||||
}
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
@ -72,7 +72,7 @@ MINGW32 || MINGW64 || macx {
|
||||
LIBS += -L../../../liblimesuite/$${build_subdir} -lliblimesuite
|
||||
}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user