diff options
author | Steru <jerrydream111@gmail.com> | 2024-08-16 22:19:42 +0200 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-08-26 11:19:38 +0200 |
commit | b672b4698c721fa6dfd5dff965e08059d51bddda (patch) | |
tree | d81b53ec11376d14847e129335e89901995b3d13 /CMakeLists.txt | |
parent | cd69d722717c5ae40360f7cec22e191aa735b675 (diff) |
Compacted competitors into one object, deleted API class (now in sportmodel).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index af81cc4..96b3d35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,6 @@ qt_add_qml_module(itat_challenge_olympics SOURCES src/model/Competitor.cpp src/model/Competitor.h - src/model/CompetitorWithResults.cpp - src/model/CompetitorWithResults.h src/model/EventInfo.cpp src/model/EventInfo.h src/model/FilterModel.cpp |