summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-04 18:51:27 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-04 18:51:27 -0300
commit48dda4192f5e82fcaa7a04577a8a0b9aea1a00c8 (patch)
tree3eba70644f9b644fb37641926f9bb95f82c7ca4d /Makefile
parentb38e2ab485756e33d4d8bbab8baf1969405a1d90 (diff)
downloadsubsurface-48dda4192f5e82fcaa7a04577a8a0b9aea1a00c8.tar.gz
Added a new widget 'MinMaxAvgWidget'
Added a new widget, MinMaxAvgWidget, a simple widget that displays values in 'min, max, avg' fashion. it has a setMaximum, setAverage and setMinimum methods, that is userful for setting the minimum, maximum and average of stuff. Ah, it also shows the minimum, maximum and average of things. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ada94bc2..e870fa3b9 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ HEADERS = \
qt-ui/kmessagewidget.h \
qt-ui/downloadfromdivecomputer.h \
qt-ui/preferences.h \
+ qt-ui/simplewidgets.h \
SOURCES = \
@@ -78,6 +79,7 @@ SOURCES = \
qt-ui/kmessagewidget.cpp \
qt-ui/downloadfromdivecomputer.cpp \
qt-ui/preferences.cpp \
+ qt-ui/simplewidgets.cpp \
$(RESFILE)