core: port subsurface-startup.c to C++

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-02-28 06:33:44 +01:00 committed by Michael Keller
parent f1012283a0
commit 76c2069fa8
3 changed files with 7 additions and 7 deletions

View file

@ -43,7 +43,7 @@ SOURCES += subsurface-mobile-main.cpp \
core/windowtitleupdate.cpp \
core/file.c \
core/fulltext.cpp \
core/subsurfacestartup.c \
core/subsurfacestartup.cpp \
core/pref.c \
core/profile.c \
core/device.cpp \