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

Applications: Remove "Welcome" application

This was a cute application for its time, but it's far too jokey and
non-serious for how I'd like this project to treat itself.
This commit is contained in:
Andreas Kling 2021-02-03 09:39:01 +01:00
parent 36f6351edc
commit c94392a1cc
12 changed files with 0 additions and 728 deletions

View file

@ -1,9 +0,0 @@
set(SOURCES
BackgroundWidget.cpp
main.cpp
TextWidget.cpp
UnuncheckableButton.cpp
)
serenity_bin(Welcome)
target_link_libraries(Welcome LibGUI)