1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +00:00

Applications: Rename Serendipity => Welcome

Let's stick to the theme of "the most obvious name possible"
This commit is contained in:
Andreas Kling 2021-04-15 17:00:22 +02:00
parent ff312d8aa6
commit 9f4e37e342
10 changed files with 30 additions and 31 deletions

View file

@ -0,0 +1,11 @@
compile_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
set(SOURCES
WelcomeWindowGML.h
WelcomeWidget.cpp
WelcomeWidget.h
main.cpp
)
serenity_app(Welcome ICON app-welcome)
target_link_libraries(Welcome LibGUI LibWeb)