diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-10 05:52:15 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-10 05:52:15 +0200 |
commit | f6543c59466a75772f9743cef2b86835b119b34e (patch) | |
tree | 23c2ae302c4a774528a36da7cd35f016eadbe81d /LibGUI/Makefile | |
parent | b980c3266250c059c84a2e13343ebc508020bc25 (diff) | |
download | serenity-f6543c59466a75772f9743cef2b86835b119b34e.zip |
LibGUI: Add a simple GGroupBox widget.
This needs some work on the visual side, but it gets the job done already.
Diffstat (limited to 'LibGUI/Makefile')
-rw-r--r-- | LibGUI/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/Makefile b/LibGUI/Makefile index f36ebbedf8..f0a4ec1ccc 100644 --- a/LibGUI/Makefile +++ b/LibGUI/Makefile @@ -64,6 +64,7 @@ LIBGUI_OBJS = \ GHttpResponse.o \ GHttpJob.o \ GSpinBox.o \ + GGroupBox.o \ GWindow.o OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS) |