wip
This commit is contained in:
@@ -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)
|
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
|
# 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'):
|
if GetOption('extras'):
|
||||||
qt_src.remove("main.cc") # replaced by test_runner
|
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)
|
qt_env.Program('tests/test_translations', [asset_obj, 'tests/test_runner.cc', 'tests/test_translations.cc'] + qt_src, LIBS=qt_libs)
|
||||||
|
|||||||
Reference in New Issue
Block a user