From 4b43c452e63fcea43aa2666c0fb59e4fa9eb199e Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 May 2024 01:03:53 -0500 Subject: [PATCH] wip --- selfdrive/ui/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/SConscript b/selfdrive/ui/SConscript index 2e13537..38b782d 100644 --- a/selfdrive/ui/SConscript +++ b/selfdrive/ui/SConscript @@ -95,7 +95,7 @@ qt_env.Program("/data/openpilot/system/clearpilot/tools/qt_shell", ["/data/openp qt_env.Program("/data/openpilot/system/clearpilot/tools/qt_webview", [asset_obj, "/data/openpilot/system/clearpilot/tools/qt_webview.cc"] + qt_src, LIBS=qt_webengine_libs) # build main UI -qt_env.Program("ui", qt_src + [asset_obj], LIBS=qt_libs) +qt_env.Program("ui", qt_src + [asset_obj], LIBS=qt_webengine_libs) if GetOption('extras'): qt_src.remove("main.cc") # replaced by test_runner qt_env.Program('tests/test_translations', [asset_obj, 'tests/test_runner.cc', 'tests/test_translations.cc'] + qt_src, LIBS=qt_libs)