Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtquick3dphysicsglobal.h
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QTQUICK3DPHYSICSGLOBAL_H
6#define QTQUICK3DPHYSICSGLOBAL_H
7
8#include <QtGui/qtguiglobal.h>
9
10QT_BEGIN_NAMESPACE
11
12#ifndef Q_QUICK3DPHYSICS_EXPORT
13# ifndef QT_STATIC
14# if defined(QT_BUILD_QUICK3DPHYSICS_LIB)
15# define Q_QUICK3DPHYSICS_EXPORT Q_DECL_EXPORT
16# else
17# define Q_QUICK3DPHYSICS_EXPORT Q_DECL_IMPORT
18# endif
19# else
20# define Q_QUICK3DPHYSICS_EXPORT
21# endif
22#endif
23
24void Q_QUICK3DPHYSICS_EXPORT qml_register_types_QtQuick3D_Physics();
25
26QT_END_NAMESPACE
27
28#endif // QTQUICK3DPHYSICSGLOBAL_H
#define Q_QUICK3DPHYSICS_EXPORT