diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-11-13 16:31:03 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-13 12:01:00 -0800 |
commit | 10fecefddd809bddd46e50fcc7a7438d8257174d (patch) | |
tree | fa575ea4ca567b81ad9871e672564813ef66f7ad /CMakeLists.txt | |
parent | 148138261727c47360d603e603006b7e424632e1 (diff) | |
download | subsurface-10fecefddd809bddd46e50fcc7a7438d8257174d.tar.gz |
Move the filters code to it's own file.
We already have a bunch of filters, let's pack them together
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 868ad4f10..c93b5fd17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,6 +150,7 @@ SET(SUBSURFACE_INTERFACE qt-ui/divepicturewidget.cpp qt-ui/usersurvey.cpp qt-ui/configuredivecomputerdialog.cpp + qt-ui/filtermodels.cpp ) #the profile widget |