1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Windows build: added missing sources to dsdcc.pro files to match DSDcc version 1.7.0 sources

This commit is contained in:
f4exb 2017-05-06 23:55:56 +02:00
parent 767b0af06c
commit ed9a74f0ff

View File

@ -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