Files
StarPilot/selfdrive/ui/sunnypilot/SConscript
T
Jason Wen a3ab6db7eb ui: sunnypilot panel in settings (#513)
* ui: sunnypilot panel in settings

* add panel to comment

* test populate screenshot

* Revert "test populate screenshot"

This reverts commit 426b6c26c5acefe4ac239a3295aa45d3c5d2d275.
2025-01-03 17:18:38 -05:00

21 lines
490 B
Python

widgets_src = [
"sunnypilot/qt/widgets/toggle.cc",
"sunnypilot/qt/widgets/controls.cc",
"sunnypilot/qt/widgets/scrollview.cc",
]
qt_src = [
"sunnypilot/ui.cc",
"sunnypilot/qt/sidebar.cc",
"sunnypilot/qt/window.cc",
"sunnypilot/qt/home.cc",
"sunnypilot/qt/offroad/settings/settings.cc",
"sunnypilot/qt/offroad/settings/sunnypilot_panel.cc",
"sunnypilot/qt/onroad/onroad_home.cc",
]
sp_widgets_src = widgets_src
sp_qt_src = qt_src
Export('sp_widgets_src', 'sp_qt_src')