1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-17 23:28:50 -05:00

DSD demod: DV serial Windows build adjustments

This commit is contained in:
Edouard Griffiths 2016-05-09 19:49:10 +02:00
parent 6a648c5046
commit ee57833305
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ INCLUDEPATH += $$PWD
DEFINES += USE_KISSFFT=1
DEFINES += __WINDOWS__=1
DEFINES += DSD_USE_SERIALDV=1
CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug

View File

@ -5,6 +5,7 @@ copy sdrbase\%1\sdrbase.dll %2
copy lz4\%1\lz4.dll %2
copy mbelib\%1\mbelib.dll %2
copy dsdcc\%1\dsdcc.dll %2
copy serialdv\%1\serialdv.dll %2
copy libhackrf\%1\libhackrf.dll %2
copy librtlsdr\%1\librtlsdr.dll %2
copy libairspy\%1\libairspy.dll %2

View File

@ -16,6 +16,7 @@ copy app\%1\sdrangel.exe %2
copy sdrbase\%1\sdrbase.dll %2
copy mbelib\%1\mbelib.dll %2
copy dsdcc\%1\dsdcc.dll %2
copy serialdv\%1\serialdv.dll %2
copy nanomsg\%1\nanomsg.dll %2
copy libhackrf\%1\libhackrf.dll %2
copy librtlsdr\%1\librtlsdr.dll %2