summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/geometries.pri
blob: 7a2932cb71b0aa2a0c2e011d447380ca343aef90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
HEADERS += \
    $$PWD/qconegeometry.h \
    $$PWD/qconegeometry_p.h \
    $$PWD/qconemesh.h \
    $$PWD/qcuboidmesh.h \
    $$PWD/qcylindergeometry.h \
    $$PWD/qcylindergeometry_p.h \
    $$PWD/qcylindermesh.h \
    $$PWD/qplanemesh.h \
    $$PWD/qspheremesh.h \
    $$PWD/qtorusmesh.h \
    $$PWD/qtorusgeometry.h \
    $$PWD/qtorusgeometry_p.h \
    $$PWD/qspheregeometry.h \
    $$PWD/qspheregeometry_p.h \
    $$PWD/qcuboidgeometry.h \
    $$PWD/qcuboidgeometry_p.h \
    $$PWD/qplanegeometry.h \
    $$PWD/qplanegeometry_p.h

SOURCES += \
    $$PWD/qconegeometry.cpp \
    $$PWD/qconemesh.cpp \
    $$PWD/qcuboidmesh.cpp \
    $$PWD/qcylindergeometry.cpp \
    $$PWD/qcylindermesh.cpp \
    $$PWD/qplanemesh.cpp \
    $$PWD/qspheremesh.cpp \
    $$PWD/qtorusmesh.cpp \
    $$PWD/qtorusgeometry.cpp \
    $$PWD/qspheregeometry.cpp \
    $$PWD/qcuboidgeometry.cpp \
    $$PWD/qplanegeometry.cpp

INCLUDEPATH += $$PWD