mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-25 21:45:28 -04:00
Windows build: added SDRdaemon input plugin in the build
This commit is contained in:
parent
310c169819
commit
90d6cd89e9
@ -12,6 +12,7 @@ QT += core gui widgets multimedia network
|
|||||||
TARGET = inputsdrdaemon
|
TARGET = inputsdrdaemon
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
INCLUDEPATH += ../../../sdrbase
|
INCLUDEPATH += ../../../sdrbase
|
||||||
|
INCLUDEPATH += ../../../lz4
|
||||||
|
|
||||||
CONFIG(Release):build_subdir = release
|
CONFIG(Release):build_subdir = release
|
||||||
CONFIG(Debug):build_subdir = debug
|
CONFIG(Debug):build_subdir = debug
|
||||||
@ -31,5 +32,6 @@ sdrdaemonudphandler.h
|
|||||||
FORMS += sdrdaemongui.ui
|
FORMS += sdrdaemongui.ui
|
||||||
|
|
||||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||||
|
LIBS += -L../../../lz4/$${build_subdir} -llz4
|
||||||
|
|
||||||
RESOURCES = ../../../sdrbase/resources/res.qrc
|
RESOURCES = ../../../sdrbase/resources/res.qrc
|
||||||
|
@ -8,6 +8,7 @@ TEMPLATE = subdirs
|
|||||||
SUBDIRS = sdrbase
|
SUBDIRS = sdrbase
|
||||||
SUBDIRS += lz4
|
SUBDIRS += lz4
|
||||||
SUBDIRS += plugins/samplesource/filesource
|
SUBDIRS += plugins/samplesource/filesource
|
||||||
|
SUBDIRS += plugins/samplesource/sdrdaemon
|
||||||
SUBDIRS += plugins/channel/demodam
|
SUBDIRS += plugins/channel/demodam
|
||||||
SUBDIRS += plugins/channel/chanalyzer
|
SUBDIRS += plugins/channel/chanalyzer
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user