mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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…
Add table
Reference in a new issue