kopia lustrzana https://github.com/f4exb/sdrangel
Windows build: added missing bits
rodzic
127b3be6be
commit
5b26c7f374
|
@ -40,3 +40,4 @@ HEADERS += bladerf/devicebladerf.h\
|
||||||
|
|
||||||
LIBS += -L../sdrbase/$${build_subdir} -lsdrbase
|
LIBS += -L../sdrbase/$${build_subdir} -lsdrbase
|
||||||
LIBS += -L../libbladerf/$${build_subdir} -llibbladerf
|
LIBS += -L../libbladerf/$${build_subdir} -llibbladerf
|
||||||
|
LIBS += -L../libhackrf/$${build_subdir} -llibhackrf
|
||||||
|
|
|
@ -20,6 +20,7 @@ CONFIG(MINGW32):LIBHACKRFSRC = "D:\softs\hackrf\host"
|
||||||
CONFIG(MINGW64):LIBHACKRFSRC = "D:\softs\hackrf\host"
|
CONFIG(MINGW64):LIBHACKRFSRC = "D:\softs\hackrf\host"
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
INCLUDEPATH += ../../../sdrbase
|
INCLUDEPATH += ../../../sdrbase
|
||||||
|
INCLUDEPATH += ../../../devices
|
||||||
INCLUDEPATH += $$LIBHACKRFSRC
|
INCLUDEPATH += $$LIBHACKRFSRC
|
||||||
|
|
||||||
CONFIG(Release):build_subdir = release
|
CONFIG(Release):build_subdir = release
|
||||||
|
@ -41,5 +42,6 @@ FORMS += hackrfinputgui.ui
|
||||||
|
|
||||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||||
LIBS += -L../../../libhackrf/$${build_subdir} -llibhackrf
|
LIBS += -L../../../libhackrf/$${build_subdir} -llibhackrf
|
||||||
|
LIBS += -L../../../devices/$${build_subdir} -ldevices
|
||||||
|
|
||||||
RESOURCES = ../../../sdrbase/resources/res.qrc
|
RESOURCES = ../../../sdrbase/resources/res.qrc
|
||||||
|
|
Ładowanie…
Reference in New Issue