Qt onboarding (#2465)

* terms

* clean up

* style
old-commit-hash: 9d84a835d85896f959382a2cca9e7d531bca08ea
This commit is contained in:
Adeeb Shihadeh
2020-10-31 17:07:04 -07:00
committed by GitHub
parent d9185fd436
commit 2c712a9ea2
5 changed files with 140 additions and 8 deletions
+1 -1
View File
@@ -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)