summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-02-05 14:25:28 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-06 06:26:50 -0800
commitc1ed9babc732a56e978f21eeeb0be9da16197b5b (patch)
tree91974ac988bc764ecc0b74f9d07d96c6e7b34154 /subsurface.pro
parentddd7d2edccdd0460924ac65a78d89a546a47e4a8 (diff)
downloadsubsurface-c1ed9babc732a56e978f21eeeb0be9da16197b5b.tar.gz
Move the divetooltipitem to its own file.
This is needed so we can share the dive tooltip item with the new and old profile at the same time. Next few commits will be setting the functionality of the tooltip item on the new one. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 32f925ca1..ea5dd3488 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -73,7 +73,8 @@ HEADERS = \
qt-ui/profile/divecartesianaxis.h \
qt-ui/profile/diveplotdatamodel.h \
qt-ui/profile/diveprofileitem.h \
- qt-ui/profile/diveeventitem.h
+ qt-ui/profile/diveeventitem.h \
+ qt-ui/profile/divetooltipitem.h
SOURCES = \
deco.c \
@@ -134,7 +135,8 @@ SOURCES = \
qt-ui/profile/divecartesianaxis.cpp \
qt-ui/profile/diveplotdatamodel.cpp \
qt-ui/profile/diveprofileitem.cpp \
- qt-ui/profile/diveeventitem.cpp
+ qt-ui/profile/diveeventitem.cpp \
+ qt-ui/profile/divetooltipitem.cpp
linux*: SOURCES += linux.c
mac: SOURCES += macos.c