mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
FilePickerDialog: Port to GML compilation
This commit is contained in:
parent
ddbed25bb5
commit
3ab05dbbb9
Notes:
sideshowbarker
2024-07-16 21:42:29 +09:00
Author: https://github.com/aryanbaburajan
Commit: 3ab05dbbb9
Pull-request: https://github.com/SerenityOS/serenity/pull/23782
Reviewed-by: https://github.com/timschumi ✅
4 changed files with 30 additions and 7 deletions
|
@ -4,7 +4,7 @@ compile_gml(AboutDialog.gml AboutDialogGML.cpp)
|
|||
stringify_gml(DatePickerDialog.gml DatePickerDialogGML.h date_picker_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)
|
||||
compile_gml(FilePickerDialog.gml FilePickerDialogGML.cpp)
|
||||
stringify_gml(IncrementalSearchBanner.gml IncrementalSearchBannerGML.h incremental_search_banner_gml)
|
||||
compile_gml(PasswordInputDialog.gml PasswordInputDialogGML.cpp)
|
||||
|
||||
|
@ -50,6 +50,7 @@ set(SOURCES
|
|||
Event.cpp
|
||||
FileIconProvider.cpp
|
||||
FilePicker.cpp
|
||||
FilePickerDialogGML.cpp
|
||||
FileSystemModel.cpp
|
||||
FilteringProxyModel.cpp
|
||||
FontPicker.cpp
|
||||
|
@ -150,7 +151,6 @@ set(GENERATED_SOURCES
|
|||
../../Services/WindowServer/WindowServerEndpoint.h
|
||||
DatePickerDialogGML.h
|
||||
EmojiInputDialogGML.h
|
||||
FilePickerDialogGML.h
|
||||
FontPickerDialogGML.h
|
||||
IncrementalSearchBannerGML.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue