mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
LibGUI: Add GAboutDialog, a simple way to show a nice about box in apps
This commit is contained in:
parent
c82627aae2
commit
5e34e43b0f
3 changed files with 85 additions and 0 deletions
|
@ -53,6 +53,7 @@ OBJS = \
|
|||
GListView.o \
|
||||
GComboBox.o \
|
||||
GJsonArrayModel.o \
|
||||
GAboutDialog.o \
|
||||
GWindow.o
|
||||
|
||||
LIBRARY = libgui.a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue