mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
ThemeEditor: Convert layout to GML
This commit is contained in:
parent
daaf5890a6
commit
c885722a94
3 changed files with 32 additions and 12 deletions
|
@ -3,9 +3,12 @@ serenity_component(
|
|||
TARGETS ThemeEditor
|
||||
)
|
||||
|
||||
compile_gml(ThemeEditor.gml ThemeEditorGML.h theme_editor_gml)
|
||||
|
||||
set(SOURCES
|
||||
PreviewWidget.cpp
|
||||
main.cpp
|
||||
ThemeEditorGML.h
|
||||
)
|
||||
|
||||
serenity_app(ThemeEditor ICON app-theme-editor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue