mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Complement the CMakesList.txt with the latest file inclusions.
Just added the missing files to the CMakesList.txt Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fb371c0633
commit
fe9e67bfaf
2 changed files with 7 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -21,6 +21,8 @@ packaging/windows/subsurface.nsi
|
||||||
packaging/macos/Info.plist
|
packaging/macos/Info.plist
|
||||||
*.kdev4
|
*.kdev4
|
||||||
callgrind.out.*
|
callgrind.out.*
|
||||||
|
.gitignore
|
||||||
|
build/
|
||||||
.rcc
|
.rcc
|
||||||
.moc
|
.moc
|
||||||
.uic
|
.uic
|
||||||
|
|
|
@ -108,6 +108,9 @@ SET(SUBSURFACE_CORE_LIB_SRCS
|
||||||
divecomputer.cpp
|
divecomputer.cpp
|
||||||
exif.cpp
|
exif.cpp
|
||||||
subsurfacesysinfo.cpp
|
subsurfacesysinfo.cpp
|
||||||
|
devicedetails.cpp
|
||||||
|
configuredivecomputer.cpp
|
||||||
|
configuredivecomputerthreads.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
#the interface, in C++
|
#the interface, in C++
|
||||||
|
@ -141,7 +144,7 @@ SET(SUBSURFACE_INTERFACE
|
||||||
qt-ui/divelogexportdialog.cpp
|
qt-ui/divelogexportdialog.cpp
|
||||||
qt-ui/divepicturewidget.cpp
|
qt-ui/divepicturewidget.cpp
|
||||||
qt-ui/usersurvey.cpp
|
qt-ui/usersurvey.cpp
|
||||||
|
qt-ui/configuredivecomputerdialog.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
#the profile widget
|
#the profile widget
|
||||||
|
@ -158,6 +161,7 @@ SET(SUBSURFACE_PROFILE_LIB_SRCS
|
||||||
qt-ui/profile/diveeventitem.cpp
|
qt-ui/profile/diveeventitem.cpp
|
||||||
qt-ui/profile/divetooltipitem.cpp
|
qt-ui/profile/divetooltipitem.cpp
|
||||||
qt-ui/profile/ruleritem.cpp
|
qt-ui/profile/ruleritem.cpp
|
||||||
|
qt-ui/profile/tankitem.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
#the main app.
|
#the main app.
|
||||||
|
|
Loading…
Reference in a new issue