mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-04-26 19:43:59 -04: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
|