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

SOURCES += \
    math3d/qgenericmatrix.cpp \
    math3d/qmatrix4x4.cpp \
    math3d/qquaternion.cpp \
    math3d/qvectornd.cpp \