mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:47:35 +00:00
Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
This commit is contained in:
parent
e2dbce8fd7
commit
1e67435ff5
51 changed files with 116 additions and 116 deletions
|
@ -1,9 +1,9 @@
|
|||
compile_gml(AboutDialog.gml AboutDialogGML.h about_dialog_gml)
|
||||
compile_gml(EmojiInputDialog.gml EmojiInputDialogGML.h emoji_input_dialog_gml)
|
||||
compile_gml(FontPickerDialog.gml FontPickerDialogGML.h font_picker_dialog_gml)
|
||||
compile_gml(FilePickerDialog.gml FilePickerDialogGML.h file_picker_dialog_gml)
|
||||
compile_gml(IncrementalSearchBanner.gml IncrementalSearchBannerGML.h incremental_search_banner_gml)
|
||||
compile_gml(PasswordInputDialog.gml PasswordInputDialogGML.h password_input_dialog_gml)
|
||||
stringify_gml(AboutDialog.gml AboutDialogGML.h about_dialog_gml)
|
||||
stringify_gml(EmojiInputDialog.gml EmojiInputDialogGML.h emoji_input_dialog_gml)
|
||||
stringify_gml(FontPickerDialog.gml FontPickerDialogGML.h font_picker_dialog_gml)
|
||||
stringify_gml(FilePickerDialog.gml FilePickerDialogGML.h file_picker_dialog_gml)
|
||||
stringify_gml(IncrementalSearchBanner.gml IncrementalSearchBannerGML.h incremental_search_banner_gml)
|
||||
stringify_gml(PasswordInputDialog.gml PasswordInputDialogGML.h password_input_dialog_gml)
|
||||
|
||||
set(SOURCES
|
||||
AboutDialog.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue