diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-28 18:33:51 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-29 14:13:00 -0700 |
commit | 85d4bb8a7016fa856e5e1278352ce18939450e36 (patch) | |
tree | dcabe9e92f18db109548fa98bcf027564db2aeea /CMakeLists.txt | |
parent | 7171d2e1ebc880cbee468a542e3fc907039539c5 (diff) | |
download | subsurface-85d4bb8a7016fa856e5e1278352ce18939450e36.tar.gz |
Move DiveTripModel to qt-models
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21221d772..f63e779fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,6 +258,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS qt-models/divecomputermodel.cpp qt-models/treemodel.cpp qt-models/yearlystatisticsmodel.cpp + qt-models/divetripmodel.cpp qt-models/divecomputerextradatamodel.cpp qt-models/completionmodels.cpp ) |