mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:33:23 +00:00
cmake: move maplocationmodel to generic models
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
78937ce572
commit
5edcf2aea2
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue