mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-25 04:53:27 -04:00
Depyloyment scrip update, QT project updates for OSX environment
This commit is contained in:
@@ -32,6 +32,7 @@ MINGW32 {
|
||||
MSVC {
|
||||
INCLUDEPATH += "C:\Program Files\PothosSDR\include"
|
||||
}
|
||||
macx:INCLUDEPATH += "/opt/local/include"
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
@@ -63,4 +64,9 @@ MSVC {
|
||||
LIBS += -L"C:\Program Files\PothosSDR\lib" -L"C:\Program Files\PothosSDR\bin" -lbladeRF
|
||||
}
|
||||
|
||||
macx {
|
||||
LIBS += -L/opt/local/lib -lbladerf
|
||||
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
|
||||
}
|
||||
|
||||
RESOURCES = ../../../sdrgui/resources/res.qrc
|
||||
|
||||
Reference in New Issue
Block a user