mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 00:41:19 -05:00
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
|
SOURCES += \
|
||
|
logbook/countriesworked.cpp \
|
||
|
logbook/logbook.cpp \
|
||
|
logbook/AD1CCty.cpp \
|
||
|
logbook/WorkedBefore.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
logbook/WorkedBefore.hpp \
|
||
|
logbook/logbook.h \
|
||
|
logbook/countriesworked.h \
|
||
|
logbook/AD1CCty.hpp
|