mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -05:00
Add new wspr tx scheduling code. Not yet active.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5531 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ea2b926a26
commit
18f7a26b91
@ -240,6 +240,7 @@ set (wsjtx_CXXSRCS
|
||||
main.cpp
|
||||
wsprnet.cpp
|
||||
WSPRBandHopping.cpp
|
||||
WsprTxScheduler.cpp
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
|
@ -64,7 +64,7 @@ SOURCES += \
|
||||
getfile.cpp soundout.cpp soundin.cpp meterwidget.cpp signalmeter.cpp \
|
||||
WFPalette.cpp plotter.cpp widegraph.cpp about.cpp mainwindow.cpp \
|
||||
main.cpp decodedtext.cpp wsprnet.cpp messageaveraging.cpp \
|
||||
echoplot.cpp echograph.cpp Modes.cpp WSPRBandHopping.cpp
|
||||
echoplot.cpp echograph.cpp Modes.cpp WSPRBandHopping.cpp WsprTxScheduler.cpp
|
||||
|
||||
HEADERS += qt_helpers.hpp \
|
||||
pimpl_h.hpp pimpl_impl.hpp \
|
||||
@ -81,7 +81,7 @@ HEADERS += qt_helpers.hpp \
|
||||
logbook/countrydat.h \
|
||||
logbook/countriesworked.h \
|
||||
logbook/adif.h \
|
||||
messageaveraging.h echoplot.h echograph.h Modes.hpp WSPRBandHopping.hpp
|
||||
messageaveraging.h echoplot.h echograph.h Modes.hpp WSPRBandHopping.hpp WsprTxScheduler.h
|
||||
|
||||
INCLUDEPATH += qmake_only
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user