mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system: add diveplannermodel to Mobile
add diveplannermodel to GENERIC instead of DESKTOP as a consequence other models are need, move those from DESKTOP to GENERIC Signed-off-by: Jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
63d676d9e4
commit
da38b84bc8
1 changed files with 10 additions and 10 deletions
|
@ -3,42 +3,42 @@
|
|||
|
||||
# models used both mobile and desktop builds
|
||||
set(SUBSURFACE_GENERIC_MODELS_LIB_SRCS
|
||||
cleanertablemodel.cpp
|
||||
cleanertablemodel.h
|
||||
completionmodels.cpp
|
||||
completionmodels.h
|
||||
cylindermodel.cpp
|
||||
cylindermodel.h
|
||||
diveimportedmodel.cpp
|
||||
diveimportedmodel.h
|
||||
divelocationmodel.cpp
|
||||
divelocationmodel.h
|
||||
diveplannermodel.cpp
|
||||
diveplannermodel.h
|
||||
diveplotdatamodel.cpp
|
||||
diveplotdatamodel.h
|
||||
maplocationmodel.cpp
|
||||
maplocationmodel.h
|
||||
models.cpp
|
||||
models.h
|
||||
tankinfomodel.cpp
|
||||
tankinfomodel.h
|
||||
)
|
||||
|
||||
# models exclusively used in desktop builds
|
||||
set(SUBSURFACE_DESKTOP_MODELS_LIB_SRCS
|
||||
cleanertablemodel.cpp
|
||||
cleanertablemodel.h
|
||||
cylindermodel.cpp
|
||||
cylindermodel.h
|
||||
divecomputerextradatamodel.cpp
|
||||
divecomputerextradatamodel.h
|
||||
divecomputermodel.cpp
|
||||
divecomputermodel.h
|
||||
divepicturemodel.cpp
|
||||
divepicturemodel.h
|
||||
diveplannermodel.cpp
|
||||
diveplannermodel.h
|
||||
divesiteimportmodel.cpp
|
||||
divesiteimportmodel.h
|
||||
divetripmodel.cpp
|
||||
divetripmodel.h
|
||||
filtermodels.cpp
|
||||
filtermodels.h
|
||||
models.cpp
|
||||
models.h
|
||||
tankinfomodel.cpp
|
||||
tankinfomodel.h
|
||||
treemodel.cpp
|
||||
treemodel.h
|
||||
weightmodel.cpp
|
||||
|
|
Loading…
Reference in a new issue