This commit is contained in:
Your Name
2024-05-10 01:03:53 -05:00
parent 4cc5540c3c
commit 4b43c452e6

View File

@@ -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)