summaryrefslogtreecommitdiffstats
path: root/src/threed/math3d/math3d.pri
blob: 0d36db905fe3385b6f9b1ec1061153007106846c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDEPATH += $$PWD
VPATH += $$PWD
HEADERS += math3d/qbox3d.h \
    math3d/qplane3d.h \
    math3d/qray3d.h \
    math3d/qsphere3d.h \
    math3d/qtriangle3d.h
SOURCES += qbox3d.cpp \
    qplane3d.cpp \
    qray3d.cpp \
    qsphere3d.cpp \
    qtriangle3d.cpp