mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
Windows: MSVC2017: use default path for SoapySDR
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user