mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 01:13:24 +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
|
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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue