mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 05:11:49 -05:00
DSDcc Windows build: added mbefec files to the build (.pro file)
This commit is contained in:
parent
8672c69246
commit
b0ca6a7e5a
@ -42,7 +42,8 @@ $$LIBDSDCCSRC/crc.cpp\
|
||||
$$LIBDSDCCSRC/viterbi.cpp\
|
||||
$$LIBDSDCCSRC/viterbi3.cpp\
|
||||
$$LIBDSDCCSRC/viterbi5.cpp\
|
||||
$$LIBDSDCCSRC/pn.cpp
|
||||
$$LIBDSDCCSRC/pn.cpp\
|
||||
$$LIBDSDCCSRC/mbefec.cpp
|
||||
|
||||
HEADERS = $$LIBDSDCCSRC/descramble.h\
|
||||
$$LIBDSDCCSRC/dmr.h\
|
||||
@ -65,6 +66,7 @@ $$LIBDSDCCSRC/crc.h\
|
||||
$$LIBDSDCCSRC/viterbi.h\
|
||||
$$LIBDSDCCSRC/viterbi3.h\
|
||||
$$LIBDSDCCSRC/viterbi5.h\
|
||||
$$LIBDSDCCSRC/pn.h
|
||||
$$LIBDSDCCSRC/pn.h\
|
||||
$$LIBDSDCCSRC/mbefec.h
|
||||
|
||||
LIBS += -L../mbelib/$${build_subdir} -lmbelib
|
||||
|
Loading…
Reference in New Issue
Block a user