WSJT-X/models/models.pri
Bill Somerville dcbfae6d02 Set up new source sub-directories in QMake project file
QMake requies the inclusion of sub-projects syntax to introduce source
sub-directories,  hopefully   this  will  allow  code   completion  in
QtCreator to function.
2018-11-09 18:49:33 +00:00

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