diff options
author | Andreas Kling <kling@serenityos.org> | 2020-01-21 20:25:33 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-01-21 21:55:25 +0100 |
commit | a14f08fcc9496579507870683695810e2d4c6530 (patch) | |
tree | 3df392a9b017ed56bf32619afcb4e2fa178377a1 /Libraries/LibGUI/Makefile | |
parent | 30ad7953cab5a0a21fb4347e2e8cb6a6f9f77129 (diff) | |
download | serenity-a14f08fcc9496579507870683695810e2d4c6530.zip |
LibGUI: Import GColorPicker from the PaintBrush application
Diffstat (limited to 'Libraries/LibGUI/Makefile')
-rw-r--r-- | Libraries/LibGUI/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGUI/Makefile b/Libraries/LibGUI/Makefile index b9eb21de22..e8c408d4ce 100644 --- a/Libraries/LibGUI/Makefile +++ b/Libraries/LibGUI/Makefile @@ -10,6 +10,7 @@ OBJS = \ GWidget.o \ GLayout.o \ GBoxLayout.o \ + GColorPicker.o \ GMenuBar.o \ GMenu.o \ GMenuItem.o \ |