1
0
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:
f4exb
2018-11-16 13:07:21 +01:00
parent 1462834c13
commit 1da6f64a25
3 changed files with 5 additions and 5 deletions
@@ -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