mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:27:45 +00:00
Browser: Generate the main browser window UI from JSON :^)
This commit is contained in:
parent
3355a3e179
commit
856f683dc9
3 changed files with 24 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
|||
compile_json_gui(BrowserWindow.json BrowserWindowUI.h browser_window_ui_json)
|
||||
|
||||
set(SOURCES
|
||||
BookmarksBarWidget.cpp
|
||||
BrowserConsoleClient.cpp
|
||||
|
@ -8,6 +10,7 @@ set(SOURCES
|
|||
main.cpp
|
||||
Tab.cpp
|
||||
WindowActions.cpp
|
||||
BrowserWindowUI.h
|
||||
)
|
||||
|
||||
serenity_bin(Browser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue