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>
This commit is contained in:
John Van Ostrand 2014-10-28 15:40:33 -04:00 committed by Dirk Hohndel
parent 884f653176
commit 35df344b03

View file

@ -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