summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/render-frontend.pri
blob: 84930815e8097d3fd2554cc582d0187d8addef4a (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
36
37
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/camera.h \
    $$PWD/camera_p.h \
    $$PWD/effect.h \
    $$PWD/material.h \
    $$PWD/mesh.h \
    $$PWD/renderpass.h \
    $$PWD/renderpassfilter.h \
    $$PWD/shaderprogram.h \
    $$PWD/technique.h \
    $$PWD/viewport.h \
    $$PWD/cameraselector.h \
    $$PWD/techniquefilter.h \
    $$PWD/tag.h \
    $$PWD//shape.h \
    $$PWD//transform.h \
    $$PWD//qitemmodelbuffer.h \
    $$PWD//texture.h

SOURCES += \
    $$PWD/camera.cpp \
    $$PWD/effect.cpp \
    $$PWD/material.cpp \
    $$PWD/mesh.cpp \
    $$PWD/renderpass.cpp \
    $$PWD/renderpassfilter.cpp \
    $$PWD/shaderprogram.cpp \
    $$PWD/technique.cpp \
    $$PWD/viewport.cpp \
    $$PWD/cameraselector.cpp \
    $$PWD/techniquefilter.cpp \
    $$PWD/shape.cpp \
    $$PWD/transform.cpp \
    $$PWD/qitemmodelbuffer.cpp \
    $$PWD/texture.cpp