mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:27:35 +00:00
Maps: Add favorites panel with favorite places management
This commit is contained in:
parent
3acbffabf9
commit
5a7f43ad38
10 changed files with 421 additions and 13 deletions
|
@ -4,10 +4,15 @@ serenity_component(
|
|||
TARGETS Maps
|
||||
)
|
||||
|
||||
compile_gml(FavoritesEditDialog.gml FavoritesEditDialogGML.cpp)
|
||||
compile_gml(FavoritesPanel.gml FavoritesPanelGML.cpp)
|
||||
compile_gml(SearchPanel.gml SearchPanelGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
FavoritesEditDialogGML.cpp
|
||||
FavoritesPanelGML.cpp
|
||||
FavoritesPanel.cpp
|
||||
MapWidget.cpp
|
||||
SearchPanelGML.cpp
|
||||
SearchPanel.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue