summaryrefslogtreecommitdiff
path: root/LibGUI/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-24 04:28:36 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-24 04:28:36 +0100
commit86413a6f5a47593e78daaeca1d1af3def527b1d0 (patch)
tree9df2b5055b92d064e13852ac65405724658bfcfc /LibGUI/Makefile
parent7e54fdce996ef520624667ccc2c559b2cc5d6826 (diff)
downloadserenity-86413a6f5a47593e78daaeca1d1af3def527b1d0.zip
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
A GIcon can contain any number of bitmaps internally, and will give you the best fitting icon when you call bitmap_for_size().
Diffstat (limited to 'LibGUI/Makefile')
-rw-r--r--LibGUI/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/Makefile b/LibGUI/Makefile
index 1cd0beaf53..6d67ef550f 100644
--- a/LibGUI/Makefile
+++ b/LibGUI/Makefile
@@ -50,6 +50,7 @@ LIBGUI_OBJS = \
GProgressBar.o \
GAbstractView.o \
GItemView.o \
+ GIcon.o \
GWindow.o
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)