// Copyright (C) 2016 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 QT3DEXTRAS_GLOBAL_H #define QT3DEXTRAS_GLOBAL_H #include QT_BEGIN_NAMESPACE #if defined(QT_SHARED) || !defined(QT_STATIC) # if defined(QT3DEXTRAS_LIBRARY) # define Q_3DEXTRASSHARED_EXPORT Q_DECL_EXPORT # else # define Q_3DEXTRASSHARED_EXPORT Q_DECL_IMPORT # endif #else # define Q_3DEXTRASSHARED_EXPORT #endif QT_END_NAMESPACE #endif // QT3DEXTRAS_GLOBAL_H