src/gui/math3d/math3d.pri
author Alex Gilkes <alex.gilkes@nokia.com>
Mon, 11 Jan 2010 14:00:40 +0000
changeset 0 1918ee327afb
permissions -rw-r--r--
Revision: 200952

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