1
Fork 0
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:
Andreas Kling 2020-09-14 16:38:28 +02:00
parent 3355a3e179
commit 856f683dc9
3 changed files with 24 additions and 6 deletions

View file

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