From d70915220be00f0f580f7f8835f4adfb1aa4a5bc Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Thu, 4 Jun 2015 21:05:33 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 1 + wsjtx.pro | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92e091cff..596bb8b32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -240,6 +240,7 @@ set (wsjtx_CXXSRCS main.cpp wsprnet.cpp WSPRBandHopping.cpp + WsprTxScheduler.cpp ) if (WIN32) diff --git a/wsjtx.pro b/wsjtx.pro index fc1e7b5ea..799546aa6 100644 --- a/wsjtx.pro +++ b/wsjtx.pro @@ -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