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