Support for newer versions of Qt (#31072)

* Dynamic QtGui version

* Fixed use of undeclared identifier 'va_start'

* Fix for Qt deprecations

* Fix for dynamic QtGui version

* Update selfdrive/ui/SConscript

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
Andrei Radulescu
2024-01-19 23:28:29 +02:00
committed by GitHub
parent c907dd9e70
commit 28028aef17
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
#include <string>
#include <zmq.h>
#include <stdarg.h>
#include "third_party/json11/json11.hpp"
#include "common/version.h"
#include "system/hardware/hw.h"