diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-28 16:20:29 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-28 16:20:29 +0100 |
commit | 75fabef57bb0382f9b4150b04661c7b1bc04a31e (patch) | |
tree | 9a3d96583125cf5f7478493731e44b0acad4c957 /LibGUI/Makefile | |
parent | c1f5f2694bfdd239c8b2705e7dbe9c17205a997e (diff) | |
download | serenity-75fabef57bb0382f9b4150b04661c7b1bc04a31e.zip |
LibGUI: Add GVariant class and use it for table model data.
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 b324290a32..11a0bd563e 100644 --- a/LibGUI/Makefile +++ b/LibGUI/Makefile @@ -30,6 +30,7 @@ LIBGUI_OBJS = \ GToolBar.o \ GTableView.o \ GTableModel.o \ + GVariant.o \ GWindow.o OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS) |