summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/math3d.pri
blob: e4dd53a68ef0775d96ce8529b17d2ab48d950ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS += \
    math3d/qgenericmatrix.h \
    math3d/qmatrix4x4.h \
    math3d/qquaternion.h \
    math3d/qvector2d.h \
    math3d/qvector3d.h \
    math3d/qvector4d.h

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