summaryrefslogtreecommitdiffstats
path: root/qt-models/CMakeLists.txt
blob: 34e462fa39ae9bb620abd1f7c1b81f4bf38e0ceb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
	divelistmodel.cpp
	gpslistmodel.cpp
)

source_group("Subsurface Models" FILES ${SUBSURFACE_MODELS})
add_library(subsurface_models STATIC ${SUBSURFACE_MODELS_LIB_SRCS})
target_link_libraries(subsurface_models ${QT_LIBRARIES})