mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-06 00:36:29 +08:00
Qt add Terms & Conditions (#19998)
* works... * terms * new termms * should be good * reduce diff * fix reviews * correct font + remove unused import * no zooming * read the TERMStig! * dynamic check for page being read * rename scroll position slot Co-authored-by: Comma Device <device@comma.ai> Co-authored-by: Willem Melching <willem.melching@gmail.com> old-commit-hash: caf8f85ee9821c9433d52d0fbf7c6ba4ed3fcc5c
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ qt_env = None
|
||||
if arch in ["x86_64", "Darwin", "larch64"]:
|
||||
qt_env = env.Clone()
|
||||
|
||||
qt_modules = ["Widgets", "Gui", "Core", "DBus", "Multimedia", "Network", "Concurrent"]
|
||||
qt_modules = ["Widgets", "Gui", "Core", "DBus", "Multimedia", "Network", "Concurrent", "WebEngine", "WebEngineWidgets"]
|
||||
|
||||
qt_libs = []
|
||||
if arch == "Darwin":
|
||||
|
||||
Reference in New Issue
Block a user