mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: compile planner source files with C++
Another relatively easily converted part of the code. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
bd31efa821
commit
77e8c3655e
8 changed files with 152 additions and 150 deletions
|
|
@ -53,7 +53,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
connectionlistmodel.h
|
||||
datatrak.cpp
|
||||
datatrak.h
|
||||
deco.c
|
||||
deco.cpp
|
||||
deco.h
|
||||
device.cpp
|
||||
device.h
|
||||
|
|
@ -141,12 +141,12 @@ set(SUBSURFACE_CORE_LIB_SRCS
|
|||
picture.h
|
||||
pictureobj.cpp
|
||||
pictureobj.h
|
||||
planner.c
|
||||
planner.cpp
|
||||
planner.h
|
||||
plannernotes.c
|
||||
plannernotes.cpp
|
||||
pref.h
|
||||
pref.c
|
||||
profile.c
|
||||
profile.cpp
|
||||
profile.h
|
||||
qt-gui.h
|
||||
qt-init.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue