summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-20 12:33:26 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-20 12:33:26 -0300
commitbeadeffaf51f59a5d587861121f371c14d5dcaff (patch)
tree7387aeb2387adbbaf2abdab3ae3e230ffe830995 /Makefile
parent88f0f604392a354c18cba5d2959519b176b0d919 (diff)
downloadsubsurface-beadeffaf51f59a5d587861121f371c14d5dcaff.tar.gz
Added the first scope of the visual dive planner.
Added the first files and skeleton code for the visual dive planner. now I need to fill things. The code is using the print action borrowed, this will need to move to a better choice in the future. 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 f8770d344..17f1dcd1a 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ HEADERS = \
qt-ui/simplewidgets.h \
qt-ui/subsurfacewebservices.h \
qt-ui/divecomputermanagementdialog.h \
+ qt-ui/diveplanner.h \
SOURCES = \
@@ -85,6 +86,7 @@ SOURCES = \
qt-ui/simplewidgets.cpp \
qt-ui/subsurfacewebservices.cpp \
qt-ui/divecomputermanagementdialog.cpp \
+ qt-ui/diveplanner.cpp \
$(RESFILE)