1 | // Copyright (C) 2024 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #ifndef QTQUICK3DXRGLOBAL_H |
5 | #define QTQUICK3DXRGLOBAL_H |
6 | |
7 | #include <QtGui/qtguiglobal.h> |
8 | |
9 | #include <QtQuick3DXr/qtquick3dxrexports.h> |
10 | |
11 | #endif // QTQUICK3DXRGLOBAL_H |
12 |