src/gui/math3d/math3d.pri
author William Roberts <williamr@symbian.org>
Mon, 21 Jun 2010 22:38:13 +0100
branchGCC_SURGE
changeset 27 93b982ccede2
parent 0 1918ee327afb
permissions -rw-r--r--
Mark extraneous symbols as ABSENT (bug 3065)

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