From fe9e67bfaf250aecc17de437668fddfecd7e9b23 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 22 Aug 2014 18:28:55 -0300 Subject: [PATCH] Complement the CMakesList.txt with the latest file inclusions. Just added the missing files to the CMakesList.txt Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- .gitignore | 2 ++ CMakeLists.txt | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 911b0ee6d..4a34a0754 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ packaging/windows/subsurface.nsi packaging/macos/Info.plist *.kdev4 callgrind.out.* +.gitignore +build/ .rcc .moc .uic diff --git a/CMakeLists.txt b/CMakeLists.txt index ed9f3cc38..44fa1343a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,6 +108,9 @@ SET(SUBSURFACE_CORE_LIB_SRCS divecomputer.cpp exif.cpp subsurfacesysinfo.cpp + devicedetails.cpp + configuredivecomputer.cpp + configuredivecomputerthreads.cpp ) #the interface, in C++ @@ -141,7 +144,7 @@ SET(SUBSURFACE_INTERFACE qt-ui/divelogexportdialog.cpp qt-ui/divepicturewidget.cpp qt-ui/usersurvey.cpp - + qt-ui/configuredivecomputerdialog.cpp ) #the profile widget @@ -158,6 +161,7 @@ SET(SUBSURFACE_PROFILE_LIB_SRCS qt-ui/profile/diveeventitem.cpp qt-ui/profile/divetooltipitem.cpp qt-ui/profile/ruleritem.cpp + qt-ui/profile/tankitem.cpp ) #the main app.