diff --git a/devices/devices.pro b/devices/devices.pro index 0b8741487..d1781bdba 100644 --- a/devices/devices.pro +++ b/devices/devices.pro @@ -61,7 +61,7 @@ MINGW32 || MINGW64 || macx { } MSVC { - INCLUDEPATH += "C:\Programs\PothosSDR\include" + INCLUDEPATH += "C:\Program Files\PothosSDR\include" } INCLUDEPATH += $$LIBPERSEUSSRC @@ -181,6 +181,6 @@ macx { MSVC { LIBS += -L../libhackrf/$${build_subdir} -llibhackrf - LIBS += -LC:\Programs\PothosSDR\bin -LC:\Programs\PothosSDR\lib -lLimeSuite - LIBS += -LC:\Programs\PothosSDR\bin -LC:\Programs\PothosSDR\lib -lSoapySDR + LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lLimeSuite + LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lSoapySDR } diff --git a/plugins/samplesink/soapysdroutput/soapysdroutput.pro b/plugins/samplesink/soapysdroutput/soapysdroutput.pro index 41e2d7a4a..83b0e42ee 100644 --- a/plugins/samplesink/soapysdroutput/soapysdroutput.pro +++ b/plugins/samplesink/soapysdroutput/soapysdroutput.pro @@ -17,7 +17,7 @@ INCLUDEPATH += ../../../sdrbase INCLUDEPATH += ../../../sdrgui INCLUDEPATH += ../../../devices INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client -INCLUDEPATH += "C:\Programs\PothosSDR\include" +INCLUDEPATH += "C:\Program Files\PothosSDR\include" CONFIG(Release):build_subdir = release CONFIG(Debug):build_subdir = debug @@ -40,4 +40,4 @@ LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui LIBS += -L../../../swagger/$${build_subdir} -lswagger LIBS += -L../../../devices/$${build_subdir} -ldevices -LIBS += -LC:\Programs\PothosSDR\bin -LC:\Programs\PothosSDR\lib -lSoapySDR +LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lSoapySDR diff --git a/plugins/samplesource/soapysdrinput/soapysdrinput.pro b/plugins/samplesource/soapysdrinput/soapysdrinput.pro index 41f302c51..f16575928 100644 --- a/plugins/samplesource/soapysdrinput/soapysdrinput.pro +++ b/plugins/samplesource/soapysdrinput/soapysdrinput.pro @@ -17,7 +17,7 @@ INCLUDEPATH += ../../../sdrbase INCLUDEPATH += ../../../sdrgui INCLUDEPATH += ../../../devices INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client -INCLUDEPATH += "C:\Programs\PothosSDR\include" +INCLUDEPATH += "C:\Program Files\PothosSDR\include" CONFIG(Release):build_subdir = release CONFIG(Debug):build_subdir = debug @@ -40,4 +40,4 @@ LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui LIBS += -L../../../swagger/$${build_subdir} -lswagger LIBS += -L../../../devices/$${build_subdir} -ldevices -LIBS += -LC:\Programs\PothosSDR\bin -LC:\Programs\PothosSDR\lib -lSoapySDR +LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lSoapySDR diff --git a/windowsms.install.bat b/windowsms.install.bat index 7fd3cb16a..0a71a6dbb 100644 --- a/windowsms.install.bat +++ b/windowsms.install.bat @@ -3,7 +3,7 @@ SET opencvdir="C:\softs\opencv\build\mw32\install\x86\mingw\bin" SET libxml2dir="C:\softs\libxml2-2.7.8.win32" SET libiconvdir="C:\softs\iconv-1.9.2.win32" SET libzlib1dir="C:\softs\zlib-1.2.5" -SET pothosdir="C:\Programs\PothosSDR" +SET pothosdir="C:\Program Files\PothosSDR" SET pthreadsdir="C:\softs\pthreads-w32" copy app\%1\sdrangel.exe %2 @@ -27,7 +27,7 @@ copy libairspyhf\%1\libairspyhf.dll %2 REM copy libbladerf\%1\libbladerf.dll %2 REM copy libiio\%1\libiio.dll %2 copy %pothosdir%\bin\LimeSuite.dll %2 -copy %pothosdir%\bin\SoapySDR.dll %2 +REM copy %pothosdir%\bin\SoapySDR.dll %2 copy %libusbdir%\dll\libusb-1.0.dll %2 copy %pthreadsdir%\dll\x64\pthreadVC2.dll %2