1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Windows build: removed nanomsg and sdrdaemon input plugin from the build

This commit is contained in:
Edouard Griffiths
2016-03-27 12:12:57 +02:00
parent 692686684e
commit 641e6b529f
5 changed files with 10 additions and 4 deletions
@@ -10,9 +10,13 @@ CONFIG += plugin
QT += core gui widgets multimedia network
TARGET = inputsdrdaemon
CONFIG(MINGW32):LIBNANOMSGSRC = "D:\softs\nanomsg-0.8-beta"
INCLUDEPATH += $$PWD
INCLUDEPATH += ../../../sdrbase
INCLUDEPATH += ../../../lz4
INCLUDEPATH += $$LIBNANOMSGSRC/src
CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug
@@ -33,6 +37,7 @@ FORMS += sdrdaemongui.ui
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
LIBS += -L../../../lz4/$${build_subdir} -llz4
LIBS += -L../../../nanomsg/$${build_subdir} -lnanomsg
RESOURCES = ../../../sdrbase/resources/res.qrc