| 1 | // Copyright (C) 2018 The Qt Company Ltd. |
|---|---|
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
| 3 | |
| 4 | #ifndef BMGLOBAL_H |
| 5 | #define BMGLOBAL_H |
| 6 | |
| 7 | #include <QtCore/qglobal.h> |
| 8 | |
| 9 | #if defined(BODYMOVIN_LIBRARY) |
| 10 | # define BODYMOVIN_EXPORT Q_DECL_EXPORT |
| 11 | #else |
| 12 | # define BODYMOVIN_EXPORT Q_DECL_IMPORT |
| 13 | #endif |
| 14 | |
| 15 | QT_BEGIN_NAMESPACE |
| 16 | QT_END_NAMESPACE |
| 17 | |
| 18 | #endif // BMGLOBAL_H |
| 19 |
