mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 09:18:54 -05:00
Windows build: removed nanomsg and sdrdaemon input plugin from the build
This commit is contained in:
parent
692686684e
commit
641e6b529f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ sdrangelove.supp
|
|||||||
.project
|
.project
|
||||||
.settings/
|
.settings/
|
||||||
*.cs
|
*.cs
|
||||||
|
*.pro.user
|
||||||
|
@ -261,4 +261,5 @@ $$LIBNANOMSGSRC/src/utils/thread_win.inc\
|
|||||||
$$LIBNANOMSGSRC/src/transports/utils/dns_getaddrinfo.inc\
|
$$LIBNANOMSGSRC/src/transports/utils/dns_getaddrinfo.inc\
|
||||||
$$LIBNANOMSGSRC/src/transports/utils/dns_getaddrinfo_a.inc
|
$$LIBNANOMSGSRC/src/transports/utils/dns_getaddrinfo_a.inc
|
||||||
|
|
||||||
CONFIG(MINGW32):LIBS += -lws2_32 -lmswsock -ladvapi32
|
#CONFIG(MINGW32):LIBS += -lws2_32 -lmswsock -ladvapi32
|
||||||
|
CONFIG(MINGW32):LIBS += -lws2_32 -lmswsock
|
||||||
|
@ -10,9 +10,13 @@ CONFIG += plugin
|
|||||||
QT += core gui widgets multimedia network
|
QT += core gui widgets multimedia network
|
||||||
|
|
||||||
TARGET = inputsdrdaemon
|
TARGET = inputsdrdaemon
|
||||||
|
|
||||||
|
CONFIG(MINGW32):LIBNANOMSGSRC = "D:\softs\nanomsg-0.8-beta"
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
INCLUDEPATH += ../../../sdrbase
|
INCLUDEPATH += ../../../sdrbase
|
||||||
INCLUDEPATH += ../../../lz4
|
INCLUDEPATH += ../../../lz4
|
||||||
|
INCLUDEPATH += $$LIBNANOMSGSRC/src
|
||||||
|
|
||||||
CONFIG(Release):build_subdir = release
|
CONFIG(Release):build_subdir = release
|
||||||
CONFIG(Debug):build_subdir = debug
|
CONFIG(Debug):build_subdir = debug
|
||||||
@ -33,6 +37,7 @@ FORMS += sdrdaemongui.ui
|
|||||||
|
|
||||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||||
LIBS += -L../../../lz4/$${build_subdir} -llz4
|
LIBS += -L../../../lz4/$${build_subdir} -llz4
|
||||||
|
LIBS += -L../../../nanomsg/$${build_subdir} -lnanomsg
|
||||||
|
|
||||||
RESOURCES = ../../../sdrbase/resources/res.qrc
|
RESOURCES = ../../../sdrbase/resources/res.qrc
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = sdrbase
|
SUBDIRS = sdrbase
|
||||||
SUBDIRS += lz4
|
SUBDIRS += lz4
|
||||||
SUBDIRS += nanomsg
|
#SUBDIRS += nanomsg
|
||||||
SUBDIRS += fcdhid
|
SUBDIRS += fcdhid
|
||||||
SUBDIRS += fcdlib
|
SUBDIRS += fcdlib
|
||||||
SUBDIRS += librtlsdr
|
SUBDIRS += librtlsdr
|
||||||
@ -15,7 +15,7 @@ SUBDIRS += libhackrf
|
|||||||
SUBDIRS += libairspy
|
SUBDIRS += libairspy
|
||||||
SUBDIRS += libbladerf
|
SUBDIRS += libbladerf
|
||||||
SUBDIRS += plugins/samplesource/filesource
|
SUBDIRS += plugins/samplesource/filesource
|
||||||
SUBDIRS += plugins/samplesource/sdrdaemon
|
#SUBDIRS += plugins/samplesource/sdrdaemon
|
||||||
SUBDIRS += plugins/samplesource/rtlsdr
|
SUBDIRS += plugins/samplesource/rtlsdr
|
||||||
SUBDIRS += plugins/samplesource/hackrf
|
SUBDIRS += plugins/samplesource/hackrf
|
||||||
SUBDIRS += plugins/samplesource/airspy
|
SUBDIRS += plugins/samplesource/airspy
|
||||||
|
@ -21,7 +21,6 @@ copy plugins\channel\demodwfm\%1\demodwfm.dll %2\plugins\channel
|
|||||||
copy plugins\channel\tcpsrc\%1\tcpsrc.dll %2\plugins\channel
|
copy plugins\channel\tcpsrc\%1\tcpsrc.dll %2\plugins\channel
|
||||||
copy plugins\channel\udpsrc\%1\udpsrc.dll %2\plugins\channel
|
copy plugins\channel\udpsrc\%1\udpsrc.dll %2\plugins\channel
|
||||||
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
||||||
copy plugins\samplesource\sdrdaemon\%1\inputsdrdaemon.dll %2\plugins\samplesource
|
|
||||||
copy plugins\samplesource\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource
|
copy plugins\samplesource\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource
|
||||||
copy plugins\samplesource\hackrf\%1\inputhackrf.dll %2\plugins\samplesource
|
copy plugins\samplesource\hackrf\%1\inputhackrf.dll %2\plugins\samplesource
|
||||||
copy plugins\samplesource\airspy\%1\inputairspy.dll %2\plugins\samplesource
|
copy plugins\samplesource\airspy\%1\inputairspy.dll %2\plugins\samplesource
|
||||||
|
Loading…
Reference in New Issue
Block a user