1
0
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:
ZigaS
2019-01-01 15:30:20 +01:00
parent 4f5118a250
commit 747c0c3cda
35 changed files with 676 additions and 94 deletions
@@ -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