From c1ed9babc732a56e978f21eeeb0be9da16197b5b Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 5 Feb 2014 14:25:28 -0200 Subject: 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 Signed-off-by: Dirk Hohndel --- subsurface.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'subsurface.pro') 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 -- cgit v1.2.3-70-g09d2