mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Windows build: added SDRdaemon input plugin in the build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user