mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Add new files to CMakeLists.txt
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cae00d9858
commit
cd545e1075
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS
|
||||||
deco.c
|
deco.c
|
||||||
device.c
|
device.c
|
||||||
dive.c
|
dive.c
|
||||||
|
divesite.c
|
||||||
divelist.c
|
divelist.c
|
||||||
equipment.c
|
equipment.c
|
||||||
file.c
|
file.c
|
||||||
|
@ -128,6 +129,7 @@ SET(SUBSURFACE_CORE_LIB_SRCS
|
||||||
time.c
|
time.c
|
||||||
uemis.c
|
uemis.c
|
||||||
uemis-downloader.c
|
uemis-downloader.c
|
||||||
|
version.c
|
||||||
linux.c
|
linux.c
|
||||||
#gettextfrommoc should be added because we are using it on the c-code.
|
#gettextfrommoc should be added because we are using it on the c-code.
|
||||||
gettextfromc.cpp
|
gettextfromc.cpp
|
||||||
|
@ -176,6 +178,7 @@ SET(SUBSURFACE_INTERFACE
|
||||||
qt-ui/usersurvey.cpp
|
qt-ui/usersurvey.cpp
|
||||||
qt-ui/configuredivecomputerdialog.cpp
|
qt-ui/configuredivecomputerdialog.cpp
|
||||||
qt-ui/filtermodels.cpp
|
qt-ui/filtermodels.cpp
|
||||||
|
qt-ui/undocommands.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
#the profile widget
|
#the profile widget
|
||||||
|
|
Loading…
Reference in a new issue