mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:07:46 +00:00
KeyboardSettings: Migrate layout to GML
All other Settings applications use this, so let's match them!
This commit is contained in:
parent
1dd5c838cf
commit
4bac30f737
3 changed files with 65 additions and 20 deletions
|
@ -4,8 +4,11 @@ serenity_component(
|
|||
TARGETS KeyboardSettings
|
||||
)
|
||||
|
||||
compile_gml(Keyboard.gml KeyboardWidgetGML.h keyboard_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
KeyboardWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(KeyboardSettings ICON app-keyboard-settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue