mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
dcbfae6d02
QMake requies the inclusion of sub-projects syntax to introduce source sub-directories, hopefully this will allow code completion in QtCreator to function.
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
|