1
Fork 0
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:
Andreas Kling 2020-09-14 18:41:22 +02:00
parent 1307f7292c
commit d67b421628
3 changed files with 40 additions and 7 deletions

View file

@ -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)