mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 00:41:19 -05:00
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
|
SOURCES += \
|
||
|
models/Bands.cpp \
|
||
|
models/FrequencyList.cpp \
|
||
|
models/StationList.cpp \
|
||
|
models/Modes.cpp \
|
||
|
models/IARURegions.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
models/Bands.hpp \
|
||
|
models/FrequencyList.hpp \
|
||
|
models/StationList.hpp \
|
||
|
models/Modes.hpp \
|
||
|
models/IARURegions.hpp
|