1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:27:35 +00:00

ThemeEditor: Convert layout to GML

This commit is contained in:
Sam Atkins 2021-10-27 15:20:35 +01:00 committed by Andreas Kling
parent daaf5890a6
commit c885722a94
3 changed files with 32 additions and 12 deletions

View file

@ -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)