mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix Qt6 build
This commit is contained in:
parent
a430f58c15
commit
1179d218e7
|
@ -6,6 +6,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <QVideoFrame>
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
|
||||
#include <QAbstractVideoSurface>
|
||||
#include <QVideoSurfaceFormat>
|
||||
|
|
Loading…
Reference in New Issue