1 | // Copyright (C) 2019 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #ifndef QTQUICK3DGLOBAL_H |
5 | #define QTQUICK3DGLOBAL_H |
6 | |
7 | #include <QtCore/qglobal.h> |
8 | #include <QtQuick3D/qtquick3dexports.h> |
9 | |
10 | #endif // QTQUICK3DGLOBAL_H |
11 |