summaryrefslogtreecommitdiffstats
path: root/tests/auto/math3d/shared/math3dincludes.cpp
blob: c4e15333e23b20c6501c9b065227a9353dd8c281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Qt Software Information (qt-info@nokia.com)
**
** This file is part of the $MODULE$ of the Qt Toolkit.
**
** $TROLLTECH_DUAL_LICENSE$
**
****************************************************************************/

#include "math3dincludes.h"

#if defined(FIXED_POINT_TESTS)

#include "qmatrix4x4.cpp"
#include "qgenericmatrix.cpp"
#include "qvector2d.cpp"
#include "qvector3d.cpp"
#include "qvector4d.cpp"
#include "qquaternion.cpp"
#include "qmath3dutil.cpp"

#endif