mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Windows build: fixed SoapySDR build
This commit is contained in:
parent
6fb6cc4dc4
commit
4372938b15
@ -45,6 +45,7 @@ LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
|
||||
LIBS += -L../../../swagger/$${build_subdir} -lswagger
|
||||
LIBS += -L../../../devices/$${build_subdir} -ldevices
|
||||
|
||||
MSVC {
|
||||
LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lSoapySDR
|
||||
}
|
||||
|
@ -19,6 +19,7 @@ INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += ../../../sdrgui
|
||||
INCLUDEPATH += ../../../devices
|
||||
INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client
|
||||
CONFIG(MSVC):INCLUDEPATH += "C:\Program Files\PothosSDR\include"
|
||||
|
||||
INCLUDEPATH += $$LIBSOAPYSDRSRC/include
|
||||
|
||||
@ -43,6 +44,11 @@ LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
|
||||
LIBS += -L../../../swagger/$${build_subdir} -lswagger
|
||||
LIBS += -L../../../devices/$${build_subdir} -ldevices
|
||||
|
||||
MSVC {
|
||||
LIBS += -L"C:\Program Files\PothosSDR\bin" -L"C:\Program Files\PothosSDR\lib" -lSoapySDR
|
||||
}
|
||||
|
||||
macx {
|
||||
LIBS += -L/usr/local/lib -lSoapySDR
|
||||
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
|
||||
|
Loading…
Reference in New Issue
Block a user