diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-05-29 13:59:16 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-05-29 14:13:32 -0700 |
commit | 33918e686765ac97da006c751c8919ef59cfa65a (patch) | |
tree | 2066dda5dbf86a8dff8989be3ca52e0db941e71c /CMakeLists.txt | |
parent | 60dc9f4ab36acf83ed599a7909ca164af3c9c227 (diff) | |
download | subsurface-33918e686765ac97da006c751c8919ef59cfa65a.tar.gz |
Move ProfilePrintModel 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 3b9a0277e..cfa156d17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -262,6 +262,7 @@ set(SUBSURFACE_MODELS_LIB_SRCS qt-models/divetripmodel.cpp qt-models/divecomputerextradatamodel.cpp qt-models/completionmodels.cpp + qt-models/profileprintmodel.cpp ) source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS}) |