diff options
Diffstat (limited to 'Applications/TextEditor/CMakeLists.txt')
-rw-r--r-- | Applications/TextEditor/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Applications/TextEditor/CMakeLists.txt b/Applications/TextEditor/CMakeLists.txt index eadf6decfb..897a77f287 100644 --- a/Applications/TextEditor/CMakeLists.txt +++ b/Applications/TextEditor/CMakeLists.txt @@ -1,9 +1,9 @@ -compile_json_gui(MainWindow.json MainWindowUI.h main_window_ui_json) +compile_gml(MainWindow.gml MainWindowGML.h main_window_gml) set(SOURCES main.cpp TextEditorWidget.cpp - MainWindowUI.h + MainWindowGML.h ) serenity_bin(TextEditor) |