mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05: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
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += ../../../lz4
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
@ -31,5 +32,6 @@ sdrdaemonudphandler.h
|
||||
FORMS += sdrdaemongui.ui
|
||||
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../lz4/$${build_subdir} -llz4
|
||||
|
||||
RESOURCES = ../../../sdrbase/resources/res.qrc
|
||||
|
@ -8,6 +8,7 @@ TEMPLATE = subdirs
|
||||
SUBDIRS = sdrbase
|
||||
SUBDIRS += lz4
|
||||
SUBDIRS += plugins/samplesource/filesource
|
||||
SUBDIRS += plugins/samplesource/sdrdaemon
|
||||
SUBDIRS += plugins/channel/demodam
|
||||
SUBDIRS += plugins/channel/chanalyzer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user