mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 13:32:26 -04:00
DSD demod: added DSDcc Locator class to Windows build (.pro file)
This commit is contained in:
parent
65201286d4
commit
7a502e4a56
@ -43,7 +43,8 @@ $$LIBDSDCCSRC/viterbi.cpp\
|
||||
$$LIBDSDCCSRC/viterbi3.cpp\
|
||||
$$LIBDSDCCSRC/viterbi5.cpp\
|
||||
$$LIBDSDCCSRC/pn.cpp\
|
||||
$$LIBDSDCCSRC/mbefec.cpp
|
||||
$$LIBDSDCCSRC/mbefec.cpp\
|
||||
$$LIBDSDCCSRC/locator.cpp
|
||||
|
||||
HEADERS = $$LIBDSDCCSRC/descramble.h\
|
||||
$$LIBDSDCCSRC/dmr.h\
|
||||
@ -67,6 +68,7 @@ $$LIBDSDCCSRC/viterbi.h\
|
||||
$$LIBDSDCCSRC/viterbi3.h\
|
||||
$$LIBDSDCCSRC/viterbi5.h\
|
||||
$$LIBDSDCCSRC/pn.h\
|
||||
$$LIBDSDCCSRC/mbefec.h
|
||||
$$LIBDSDCCSRC/mbefec.h\
|
||||
$$LIBDSDCCSRC/locator.h
|
||||
|
||||
LIBS += -L../mbelib/$${build_subdir} -lmbelib
|
||||
|
Loading…
x
Reference in New Issue
Block a user