diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 12:33:26 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 12:33:26 -0300 |
commit | beadeffaf51f59a5d587861121f371c14d5dcaff (patch) | |
tree | 7387aeb2387adbbaf2abdab3ae3e230ffe830995 /Makefile | |
parent | 88f0f604392a354c18cba5d2959519b176b0d919 (diff) | |
download | subsurface-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |