mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
1481382617
commit
10fecefddd
9 changed files with 565 additions and 547 deletions
|
|
@ -102,7 +102,8 @@ HEADERS = \
|
|||
qt-ui/statistics/statisticswidget.h \
|
||||
qt-ui/statistics/statisticsbar.h \
|
||||
qt-ui/statistics/yearstatistics.h \
|
||||
qt-ui/diveshareexportdialog.h
|
||||
qt-ui/diveshareexportdialog.h \
|
||||
qt-ui/filtermodels.h
|
||||
|
||||
android: HEADERS -= \
|
||||
qt-ui/usermanual.h \
|
||||
|
|
@ -195,7 +196,8 @@ SOURCES = \
|
|||
qt-ui/statistics/yearstatistics.cpp \
|
||||
qt-ui/statistics/statisticsbar.cpp \
|
||||
qt-ui/statistics/monthstatistics.cpp \
|
||||
qt-ui/diveshareexportdialog.cpp
|
||||
qt-ui/diveshareexportdialog.cpp \
|
||||
qt-ui/filtermodels.cpp
|
||||
|
||||
android: SOURCES += android.cpp
|
||||
else: win32: SOURCES += windows.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue