mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
884f653176
commit
35df344b03
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue