mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -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.
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
|