diff options
author | Steru <jerrydream111@gmail.com> | 2024-08-16 22:19:42 +0200 |
---|---|---|
committer | Steru <jerrydream111@gmail.com> | 2024-08-16 22:19:42 +0200 |
commit | 100e73ec28dbc1f307c540cbd4b5a04dfe5922f8 (patch) | |
tree | 20ec2b68ae44f7e0e0cec62b605696301898072e /CMakeLists.txt | |
parent | b0063e96410ff0c407e2daead4cf53252568b542 (diff) |
Compacted competitors into one object, deleted API class (now in sportmodel).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ed24eb2..22c2883 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,12 +23,8 @@ qt_add_qml_module(itat_challange_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/MedalWinner.cpp - src/model/MedalWinner.h src/model/SportModel.cpp src/model/SportModel.h |