summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/math3d.pri
blob: 581adbdf011717cbf9f989c4bbae14abe8ffca86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
HEADERS += \
    math3d/qfixedpt.h \
    math3d/qgenericmatrix.h \
    math3d/qmath3dglobal.h \
    math3d/qmath3dutil_p.h \
    math3d/qmatrix4x4.h \
    math3d/qquaternion.h \
    math3d/qvector2d.h \
    math3d/qvector3d.h \
    math3d/qvector4d.h

SOURCES += \
    math3d/qfixedpt.cpp \
    math3d/qgenericmatrix.cpp \
    math3d/qmath3dutil.cpp \
    math3d/qmatrix4x4.cpp \
    math3d/qquaternion.cpp \
    math3d/qvector2d.cpp \
    math3d/qvector3d.cpp \
    math3d/qvector4d.cpp