2015-09-03 18:25:01 +00:00
|
|
|
# the data models that will interface
|
|
|
|
# with the views.
|
|
|
|
set(SUBSURFACE_MODELS_LIB_SRCS
|
|
|
|
cleanertablemodel.cpp
|
|
|
|
cylindermodel.cpp
|
|
|
|
diveplannermodel.cpp
|
|
|
|
models.cpp
|
|
|
|
filtermodels.cpp
|
|
|
|
tankinfomodel.cpp
|
|
|
|
weigthsysteminfomodel.cpp
|
|
|
|
weightmodel.cpp
|
|
|
|
divecomputermodel.cpp
|
|
|
|
treemodel.cpp
|
|
|
|
yearlystatisticsmodel.cpp
|
|
|
|
divetripmodel.cpp
|
|
|
|
divecomputerextradatamodel.cpp
|
|
|
|
completionmodels.cpp
|
|
|
|
divepicturemodel.cpp
|
|
|
|
diveplotdatamodel.cpp
|
|
|
|
divelocationmodel.cpp
|
|
|
|
divesitepicturesmodel.cpp
|
|
|
|
ssrfsortfilterproxymodel.cpp
|
2016-01-08 15:11:49 +00:00
|
|
|
divelistmodel.cpp
|
|
|
|
gpslistmodel.cpp
|
2017-04-18 15:32:10 +00:00
|
|
|
diveimportedmodel.cpp
|
2015-09-03 18:25:01 +00:00
|
|
|
)
|
2015-09-03 18:56:37 +00:00
|
|
|
|
2015-09-03 18:25:01 +00:00
|
|
|
source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS})
|
|
|
|
add_library(subsurface_models STATIC ${SUBSURFACE_MODELS_LIB_SRCS})
|
2015-11-09 18:42:11 +00:00
|
|
|
target_link_libraries(subsurface_models ${QT_LIBRARIES})
|