mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-29 13:34:16 -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
198 B
Plaintext
8 lines
198 B
Plaintext
SOURCES += \
|
|
item_delegates/ForeignKeyDelegate.cpp \
|
|
item_delegates/FrequencyItemDelegate.cpp
|
|
|
|
HEADERS += \
|
|
item_delegates/ForeignKeyDelegate.hpp \
|
|
item_delegates/FrequencyItemDelegate.hpp
|