mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-22 11:29:02 -04:00
Windows build fixes
This commit is contained in:
parent
3930899520
commit
81c6d4afd6
@ -65,6 +65,7 @@ SOURCES += audio/audiodevicemanager.cpp\
|
||||
audio/audioinput.cpp\
|
||||
audio/audionetsink.cpp\
|
||||
audio/audioresampler.cpp\
|
||||
channel/channelapi.cpp\
|
||||
channel/remotedataqueue.cpp\
|
||||
channel/remotedatareadqueue.cpp\
|
||||
commands/command.cpp\
|
||||
@ -145,6 +146,7 @@ HEADERS += audio/audiodevicemanager.h\
|
||||
audio/audioinput.h\
|
||||
audio/audionetsink.h\
|
||||
audio/audioresampler.h\
|
||||
channel/channelapi.h\
|
||||
channel/remotedataqueue.h\
|
||||
channel/remotedatareadqueue.h\
|
||||
channel/remotedatablock.h\
|
||||
|
@ -77,6 +77,7 @@ copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\modssb\%1\modssb.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\modwfm\%1\modwfm.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\udpsource\%1\udpsource.dll %2\plugins\channeltx
|
||||
copy plugins\channeltx\localsource\%1\localsource.dll %2\plugins\channeltx
|
||||
|
||||
echo copy samplesource...
|
||||
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
||||
@ -101,4 +102,5 @@ copy plugins\samplesink\hackrfoutput\%1\outputhackrf.dll %2\plugins\samplesink
|
||||
copy plugins\samplesink\limesdroutput\%1\outputlimesdr.dll %2\plugins\samplesink
|
||||
copy plugins\samplesink\plutosdroutput\%1\outputplutosdr.dll %2\plugins\samplesink
|
||||
copy plugins\samplesink\remoteoutput\%1\outputremote.dll %2\plugins\samplesink
|
||||
copy plugins\samplesink\localoutput\%1\outputlocal.dll %2\plugins\samplesink
|
||||
copy plugins\samplesink\soapysdroutput\%1\outputsoapysdr.dll %2\plugins\samplesink
|
||||
|
Loading…
Reference in New Issue
Block a user