summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar John Van Ostrand <john@vanostrand.com>2014-10-28 15:40:33 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-28 14:18:01 -0700
commit35df344b03bc40df61fcaa5a237e7c86c32d015f (patch)
tree9291822ba282d8b96ab91875fa844068ee5025ff /CMakeLists.txt
parent884f653176babb082d2d9c7440e651aa62bd835c (diff)
downloadsubsurface-35df344b03bc40df61fcaa5a237e7c86c32d015f.tar.gz
Added missing files (metrics.cpp and diveshareexportdialog.cpp) to CMakeLists.txt
It now compiles and links properly under cmake. Signed-off-by: John Van Ostrand <john@vanostrand.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a04794a26..c04e9688f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,6 +123,7 @@ SET(SUBSURFACE_INTERFACE
qt-ui/divecomputermanagementdialog.cpp
qt-ui/divelistview.cpp
qt-ui/diveplanner.cpp
+ qt-ui/diveshareexportdialog.cpp
qt-ui/downloadfromdivecomputer.cpp
qt-ui/globe.cpp
qt-ui/graphicsview-common.cpp
@@ -131,6 +132,7 @@ SET(SUBSURFACE_INTERFACE
qt-ui/mainwindow.cpp
qt-ui/modeldelegates.cpp
qt-ui/models.cpp
+ qt-ui/metrics.cpp
qt-ui/preferences.cpp
qt-ui/printdialog.cpp
qt-ui/printlayout.cpp