diff options
author | Steru <jerrydream111@gmail.com> | 2024-08-16 16:58:31 +0200 |
---|---|---|
committer | Steru <jerrydream111@gmail.com> | 2024-08-16 16:58:31 +0200 |
commit | b0063e96410ff0c407e2daead4cf53252568b542 (patch) | |
tree | f12989e92cebd09b13e93cedf440751c02a07a0d /CMakeLists.txt | |
parent | 884280076a50c2a2063dbfbf9390032d8b3df5c7 (diff) |
Integrated Sport class into SportModel class.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31e5434..ed24eb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,8 +29,8 @@ qt_add_qml_module(itat_challange_olympics src/model/EventInfo.h src/model/MedalWinner.cpp src/model/MedalWinner.h - src/model/Sport.cpp - src/model/Sport.h + src/model/SportModel.cpp + src/model/SportModel.h RESOURCES res/pictograms/ARC_small.svg |