mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-02 06:03:43 +08:00
a3ab6db7eb
* ui: sunnypilot panel in settings * add panel to comment * test populate screenshot * Revert "test populate screenshot" This reverts commit 426b6c26c5acefe4ac239a3295aa45d3c5d2d275.
21 lines
490 B
Python
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')
|