Skip to content

Commit

Permalink
Merge pull request #645 from pilotnbr1/adsb
Browse files Browse the repository at this point in the history
Basic ADSB Structure Refactor
  • Loading branch information
pilotnbr1 authored Dec 17, 2023
2 parents f04c000 + c517f8f commit a118232
Show file tree
Hide file tree
Showing 13 changed files with 2,240 additions and 0 deletions.
8 changes: 8 additions & 0 deletions QOpenHD.pro
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ LinuxBuild {

# All Generic files / files that literally have 0!! dependencies other than qt
SOURCES += \
app/adsb/adsb.cpp \
app/adsb/adsbvehicle.cpp \
app/adsb/adsbvehiclemanager.cpp \
app/adsb/qmlobjectlistmodel.cpp \
app/logging/hudlogmessagesmodel.cpp \
app/logging/logmessagesmodel.cpp \
app/util/mousehelper.cpp \
Expand All @@ -111,6 +115,10 @@ SOURCES += \
app/main.cpp \

HEADERS += \
app/adsb/adsb.h \
app/adsb/adsbvehicle.h \
app/adsb/adsbvehiclemanager.h \
app/adsb/qmlobjectlistmodel.h \
app/common/util_fs.h \
app/common/StringHelper.hpp \
app/common/TimeHelper.hpp \
Expand Down
Loading

0 comments on commit a118232

Please sign in to comment.