summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-02-27 13:28:58 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-27 10:48:47 -0800
commit52fe9101c8c69fee522385abf5d5e1037f60e59c (patch)
treef38730c8129872097cd7a032a19a0e7896fe2c37 /subsurface.pro
parent169589413056c8c76f52de5db662fe2269ff8c65 (diff)
downloadsubsurface-52fe9101c8c69fee522385abf5d5e1037f60e59c.tar.gz
New profile: add placeholder code for the RulerItem
This patch just creates two files for the rulerItem, a .h and a .cpp. nothing was done to make it visible on the new profile yet - will do that on the next commits Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> 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 7ba8e51f1..3a73a0c78 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -75,7 +75,8 @@ HEADERS = \
qt-ui/profile/diveplotdatamodel.h \
qt-ui/profile/diveprofileitem.h \
qt-ui/profile/diveeventitem.h \
- qt-ui/profile/divetooltipitem.h
+ qt-ui/profile/divetooltipitem.h \
+ qt-ui/profile/ruleritem.h
SOURCES = \
deco.c \
@@ -138,7 +139,8 @@ SOURCES = \
qt-ui/profile/diveplotdatamodel.cpp \
qt-ui/profile/diveprofileitem.cpp \
qt-ui/profile/diveeventitem.cpp \
- qt-ui/profile/divetooltipitem.cpp
+ qt-ui/profile/divetooltipitem.cpp \
+ qt-ui/profile/ruleritem.cpp
linux*: SOURCES += linux.c
mac: SOURCES += macos.c