summaryrefslogtreecommitdiff
path: root/plugins/channelrx/demodatv/demodatv.pro
diff options
context:
space:
mode:
authorf4exb <f4exb06@free.fr>2018-12-27 22:13:49 +0100
committerGitHub <noreply@github.com>2018-12-27 22:13:49 +0100
commit367c8a671ec1f2f22c555333559a957d20ba9985 (patch)
treea12d98b289c919cf2b9884c3a026822c6c5c6a64 /plugins/channelrx/demodatv/demodatv.pro
parentf520ad60724e94e6b392029b41c15f25f98be348 (diff)
parentb743943c701a36dac57524e73ed031cf0baf65a4 (diff)
Merge pull request #265 from sigysmund/osx
Osx
Diffstat (limited to 'plugins/channelrx/demodatv/demodatv.pro')
-rw-r--r--plugins/channelrx/demodatv/demodatv.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/channelrx/demodatv/demodatv.pro b/plugins/channelrx/demodatv/demodatv.pro
index aa5fce3d4..8ac0bc4ad 100644
--- a/plugins/channelrx/demodatv/demodatv.pro
+++ b/plugins/channelrx/demodatv/demodatv.pro
@@ -28,7 +28,7 @@ CONFIG(Debug):build_subdir = debug
CONFIG(MINGW32):INCLUDEPATH += "C:\softs\boost_1_66_0"
CONFIG(MINGW64):INCLUDEPATH += "C:\softs\boost_1_66_0"
CONFIG(MSVC):INCLUDEPATH += "C:\softs\boost_1_66_0"
-CONFIG(macx):INCLUDEPATH += "../../../../../boost_1_64_0"
+CONFIG(macx):INCLUDEPATH += "../../../../../boost_1_69_0"
SOURCES += atvdemod.cpp\
atvdemodgui.cpp\
@@ -43,4 +43,8 @@ FORMS += atvdemodgui.ui
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
+macx {
+ QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
+}
+
RESOURCES = ../../../sdrgui/resources/res.qrc