diff --git a/devices/devices.pro b/devices/devices.pro index 2d6a6d20e..eece4d0d6 100644 --- a/devices/devices.pro +++ b/devices/devices.pro @@ -40,3 +40,4 @@ HEADERS += bladerf/devicebladerf.h\ LIBS += -L../sdrbase/$${build_subdir} -lsdrbase LIBS += -L../libbladerf/$${build_subdir} -llibbladerf +LIBS += -L../libhackrf/$${build_subdir} -llibhackrf diff --git a/plugins/samplesource/hackrfinput/hackrfinput.pro b/plugins/samplesource/hackrfinput/hackrfinput.pro index 9f4f23580..4b3f22c5b 100644 --- a/plugins/samplesource/hackrfinput/hackrfinput.pro +++ b/plugins/samplesource/hackrfinput/hackrfinput.pro @@ -20,6 +20,7 @@ CONFIG(MINGW32):LIBHACKRFSRC = "D:\softs\hackrf\host" CONFIG(MINGW64):LIBHACKRFSRC = "D:\softs\hackrf\host" INCLUDEPATH += $$PWD INCLUDEPATH += ../../../sdrbase +INCLUDEPATH += ../../../devices INCLUDEPATH += $$LIBHACKRFSRC CONFIG(Release):build_subdir = release @@ -41,5 +42,6 @@ FORMS += hackrfinputgui.ui LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase LIBS += -L../../../libhackrf/$${build_subdir} -llibhackrf +LIBS += -L../../../devices/$${build_subdir} -ldevices RESOURCES = ../../../sdrbase/resources/res.qrc