mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
Qt onboarding (#2465)
* terms
* clean up
* style
old-commit-hash: 9d84a835d8
This commit is contained in:
@@ -27,5 +27,5 @@ else:
|
||||
else:
|
||||
qt_libs += ["GL"]
|
||||
|
||||
qt_src = ["qt/ui.cc", "qt/window.cc", "qt/offroad/settings.cc", "qt/qt_sound.cc"] + src
|
||||
qt_src = ["qt/ui.cc", "qt/window.cc", "qt/qt_sound.cc", "qt/offroad/settings.cc", "qt/offroad/onboarding.cc"] + src
|
||||
qt_env.Program("_ui", qt_src, LIBS=qt_libs + libs)
|
||||
|
||||
Reference in New Issue
Block a user