diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-28 18:02:06 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-29 14:12:06 -0700 |
commit | 9bc62748af1cbc0413f2cbc933650bad545f6d57 (patch) | |
tree | 49b01187835507afc31580a07895221a65324709 /CMakeLists.txt | |
parent | a56429d31e1b734d19865dfefd5338b07292590e (diff) | |
download | subsurface-9bc62748af1cbc0413f2cbc933650bad545f6d57.tar.gz |
Move TreeModel to qt-models
TreeModel is the base of some important models in Subsurface, the
statistics model and the dive list models, this second is the most
important one in the whole Subsurface universe.
This commit is another one in the series to make easy to create a mobile
version of Subsurface.
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 dfa6eead9..1dc46c928 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -256,6 +256,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS qt-models/weigthsysteminfomodel.cpp qt-models/weightmodel.cpp qt-models/divecomputermodel.cpp + qt-models/treemodel.cpp qt-models/divecomputerextradatamodel.cpp qt-models/completionmodels.cpp ) |