mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57:35 +00:00
Browser: Move the basic Tab UI skeleton to JSON GUI
This commit is contained in:
parent
1307f7292c
commit
d67b421628
3 changed files with 40 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
compile_json_gui(BrowserWindow.json BrowserWindowUI.h browser_window_ui_json)
|
||||
compile_json_gui(Tab.json TabUI.h tab_ui_json)
|
||||
|
||||
set(SOURCES
|
||||
BookmarksBarWidget.cpp
|
||||
|
@ -11,6 +12,7 @@ set(SOURCES
|
|||
Tab.cpp
|
||||
WindowActions.cpp
|
||||
BrowserWindowUI.h
|
||||
TabUI.h
|
||||
)
|
||||
|
||||
serenity_bin(Browser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue