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:
Berthold Stoeger 2024-03-07 11:09:40 +01:00 committed by bstoeger
parent bd31efa821
commit 77e8c3655e
8 changed files with 152 additions and 150 deletions

View file

@ -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