mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
Windows build: added missing sources to dsdcc.pro files to match DSDcc version 1.7.0 sources
This commit is contained in:
parent
767b0af06c
commit
ed9a74f0ff
@ -44,6 +44,7 @@ $$LIBDSDCCSRC/viterbi3.cpp\
|
||||
$$LIBDSDCCSRC/viterbi5.cpp\
|
||||
$$LIBDSDCCSRC/pn.cpp\
|
||||
$$LIBDSDCCSRC/mbefec.cpp\
|
||||
$$LIBDSDCCSRC/phaselock.cpp\
|
||||
$$LIBDSDCCSRC/locator.cpp
|
||||
|
||||
HEADERS = $$LIBDSDCCSRC/descramble.h\
|
||||
@ -70,6 +71,7 @@ $$LIBDSDCCSRC/viterbi3.h\
|
||||
$$LIBDSDCCSRC/viterbi5.h\
|
||||
$$LIBDSDCCSRC/pn.h\
|
||||
$$LIBDSDCCSRC/mbefec.h\
|
||||
$$LIBDSDCCSRC/phaselock.h\
|
||||
$$LIBDSDCCSRC/locator.h
|
||||
|
||||
LIBS += -L../mbelib/$${build_subdir} -lmbelib
|
||||
|
Loading…
Reference in New Issue
Block a user