summaryrefslogtreecommitdiffstats
path: root/src/animation/qt3danimation_global_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-09-04 18:07:49 +0200
committerSean Harmer <sean.harmer@kdab.com>2017-01-20 19:37:48 +0000
commit0b14e6df4cbc6ffc3f82d996c95dac063f80609b (patch)
tree2d2efc30500fd5dc2f47e4d16ecf6e99000ea39e /src/animation/qt3danimation_global_p.h
parenta95b01dbc8ae1717246b9040ea3e17708047fd9c (diff)
Long live Qt3DAnimation and QAnimationAspect!
Add empty aspect that will provide key-frame animation support within Qt 3D. Change-Id: Ife26ad58229aada74c1c6eca2148fc97b22267b0 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/animation/qt3danimation_global_p.h')
-rw-r--r--src/animation/qt3danimation_global_p.h59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/animation/qt3danimation_global_p.h b/src/animation/qt3danimation_global_p.h
new file mode 100644
index 000000000..e184222b5
--- /dev/null
+++ b/src/animation/qt3danimation_global_p.h
@@ -0,0 +1,59 @@
+/****************************************************************************
+**
+** Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB).
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the Qt3D module of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 3 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL3 included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 3 requirements
+** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 2.0 or (at your option) the GNU General
+** Public license version 3 or any later version approved by the KDE Free
+** Qt Foundation. The licenses are as published by the Free Software
+** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-2.0.html and
+** https://www.gnu.org/licenses/gpl-3.0.html.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+#ifndef QT3DANIMATION_GLOBAL_P_H
+#define QT3DANIMATION_GLOBAL_P_H
+
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of other Qt classes. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
+#include "qt3danimation_global.h"
+
+#define QT3DANIMATIONSHARED_PRIVATE_EXPORT QT3DANIMATIONSHARED_EXPORT
+
+#endif // QT3DANIMATION_GLOBAL_P_H
+