diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-01-09 16:15:23 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-16 11:17:03 +0100 |
commit | 8175cd0a28e78f71c494796c69faac7574d3910f (patch) | |
tree | 9639ad578c5d1b94148f7da8308dfa3666023245 /Userland/Applications/FontEditor/CMakeLists.txt | |
parent | dd17df76e9d02b2969b1c4771134a30a4a844e31 (diff) | |
download | serenity-8175cd0a28e78f71c494796c69faac7574d3910f.zip |
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
This will allow us to use this in other apps, such as the upcoming
Character Map. :^)
Diffstat (limited to 'Userland/Applications/FontEditor/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/FontEditor/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/FontEditor/CMakeLists.txt b/Userland/Applications/FontEditor/CMakeLists.txt index 82e01123d1..31ee3f79c6 100644 --- a/Userland/Applications/FontEditor/CMakeLists.txt +++ b/Userland/Applications/FontEditor/CMakeLists.txt @@ -13,7 +13,6 @@ set(SOURCES FontEditor.cpp FontEditorWindowGML.h GlyphEditorWidget.cpp - GlyphMapWidget.cpp main.cpp NewFontDialog.cpp NewFontDialogPage1GML.h |