mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
19c46774b4
There's not much to show for this so far but some of the necessary infrastructure is in place.
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
SOURCES += \
|
|
logbook/countriesworked.cpp \
|
|
logbook/logbook.cpp \
|
|
logbook/AD1CCty.cpp \
|
|
logbook/WorkedBefore.cpp \
|
|
logbook/Multiplier.cpp
|
|
|
|
HEADERS += \
|
|
logbook/WorkedBefore.hpp \
|
|
logbook/logbook.h \
|
|
logbook/countriesworked.h \
|
|
logbook/AD1CCty.hpp \
|
|
logbook/Multiplier.hpp
|