cmake: move maplocationmodel to generic models

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-03-12 18:23:22 -07:00
parent 78937ce572
commit 5edcf2aea2

View file

@ -7,6 +7,7 @@ set(SUBSURFACE_GENERIC_MODELS_LIB_SRCS
diveimportedmodel.cpp diveimportedmodel.cpp
completionmodels.cpp completionmodels.cpp
divelocationmodel.cpp divelocationmodel.cpp
maplocationmodel.cpp
) )
# models exclusively used in desktop builds # models exclusively used in desktop builds
@ -16,7 +17,6 @@ set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS
models.cpp models.cpp
tankinfomodel.cpp tankinfomodel.cpp
treemodel.cpp treemodel.cpp
maplocationmodel.cpp
cylindermodel.cpp cylindermodel.cpp
yearlystatisticsmodel.cpp yearlystatisticsmodel.cpp
weigthsysteminfomodel.cpp weigthsysteminfomodel.cpp
@ -34,7 +34,6 @@ set(SUBSURFACE_MOBILE_MODELS_LIB_SRCS
divelistmodel.cpp divelistmodel.cpp
messagehandlermodel.cpp messagehandlermodel.cpp
gpslistmodel.cpp gpslistmodel.cpp
maplocationmodel.cpp
) )
if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable") if(${SUBSURFACE_TARGET_EXECUTABLE} MATCHES "DesktopExecutable")