Merge "Merge branch 'newdocs'" into refs/staging/master
[profile/ivi/qtbase.git] / src / gui / math3d / math3d.pri
1 HEADERS += \
2     math3d/qgenericmatrix.h \
3     math3d/qmatrix4x4.h \
4     math3d/qquaternion.h \
5     math3d/qvector2d.h \
6     math3d/qvector3d.h \
7     math3d/qvector4d.h
8
9 SOURCES += \
10     math3d/qgenericmatrix.cpp \
11     math3d/qmatrix4x4.cpp \
12     math3d/qquaternion.cpp \
13     math3d/qvector2d.cpp \
14     math3d/qvector3d.cpp \
15     math3d/qvector4d.cpp