summaryrefslogblamecommitdiffstats
path: root/qt-models/CMakeLists.txt
blob: 34e462fa39ae9bb620abd1f7c1b81f4bf38e0ceb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13











                                     


                                      



                                    
                         
 
 
                                                                   
                                                        
# 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})