1
Fork 0
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:
Andreas Kling 2019-09-02 19:45:55 +02:00
parent c82627aae2
commit 5e34e43b0f
3 changed files with 85 additions and 0 deletions

View file

@ -53,6 +53,7 @@ OBJS = \
GListView.o \
GComboBox.o \
GJsonArrayModel.o \
GAboutDialog.o \
GWindow.o
LIBRARY = libgui.a