summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3danimation/qt3dquickanimation_global.h
blob: 805c35049af4e6be8e94cd9ef0e486befe6504e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QT3DQUICKANIMATION_GLOBAL_H
#define QT3DQUICKANIMATION_GLOBAL_H

#include <Qt3DCore/qt3dcore_global.h>

QT_BEGIN_NAMESPACE

#if defined(QT_SHARED) || !defined(QT_STATIC)
#  if defined(QT_BUILD_3DQUICKANIMATION_LIB)
#    define Q_3DQUICKANIMATIONSHARED_EXPORT Q_DECL_EXPORT
#  else
#    define Q_3DQUICKANIMATIONSHARED_EXPORT Q_DECL_IMPORT
#  endif
#else
#  define Q_3DQUICKANIMATIONSHARED_EXPORT
#endif

QT_END_NAMESPACE

#endif // QT3DQUICKANIMATION_GLOBAL_H