mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04: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.
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
SOURCES += \
|
|
validators/LiveFrequencyValidator.cpp \
|
|
validators/CallsignValidator.cpp
|
|
|
|
HEADERS += \
|
|
validators/LiveFrequencyValidator.hpp \
|
|
validators/CallsignValidator.hpp
|