summaryrefslogtreecommitdiffstats
path: root/src/threed/arrays/arrays.pri
blob: 978f252d77ab86cf55c5f653f18417ea13d023d9 (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
INCLUDEPATH += $$PWD
VPATH += $$PWD
HEADERS += \
    arrays/qglattributedescription.h \
    arrays/qglattributeset.h \
    arrays/qglattributevalue.h \
    arrays/qglindexbuffer.h \
    arrays/qglvertexbundle.h \
    arrays/qarray.h \
    arrays/qcolor4ub.h \
    arrays/qcustomdataarray.h \
    arrays/qvector2darray.h \
    arrays/qvector3darray.h \
    arrays/qvector4darray.h
SOURCES += \
    qglattributedescription.cpp \
    qglattributeset.cpp \
    qglattributevalue.cpp \
    qglindexbuffer.cpp \
    qglvertexbundle.cpp \
    qarray.cpp \
    qcolor4ub.cpp \
    qcustomdataarray.cpp \
    qvector2darray.cpp \
    qvector3darray.cpp \
    qvector4darray.cpp
PRIVATE_HEADERS += \
    qglvertexbundle_p.h