summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/render-frontend.pri
blob: 391952602690cbd9dd4277cb89a55ba67249b1c2 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
INCLUDEPATH += $$PWD

include(framegraph-components/framegraph-components.pri)

HEADERS += \
    $$PWD/qrenderaspect.h \
    $$PWD/qrenderaspect_p.h \
    $$PWD/qmaterial.h \
    $$PWD/qrenderpass.h \
    $$PWD/qshaderprogram.h \
    $$PWD/qshaderprogram_p.h \
    $$PWD/qtechnique.h \
    $$PWD/qitemmodelbuffer.h \
    $$PWD/qtexture.h \
    $$PWD/sphere.h \
    $$PWD/qabstractsceneloader.h \
    $$PWD/qeffect.h \
    $$PWD/qsceneloader.h \
    $$PWD/qparameter.h \
    $$PWD/qparameter_p.h \
    $$PWD/qabstractlight.h \
    $$PWD/qpointlight.h \
    $$PWD/qspotlight.h \
    $$PWD/qdirectionallight.h \
    $$PWD/qabstractlight_p.h \
    $$PWD/qspotlight_p.h \
    $$PWD/qdirectionallight_p.h \
    $$PWD/qpointlight_p.h \
    $$PWD/qmaterial_p.h \
    $$PWD/qeffect_p.h \
    $$PWD/qtechnique_p.h \
    $$PWD/qabstractsceneloader_p.h \
    $$PWD/qrenderpass_p.h \
    $$PWD/qlayer.h \
    $$PWD/qlayer_p.h \
    $$PWD/qopenglfilter.h \
    $$PWD/qrenderattachment.h \
    $$PWD/qrenderattachment_p.h \
    $$PWD/qrendertarget.h \
    $$PWD/qrendertarget_p.h \
    $$PWD/qannotation.h \
    $$PWD/qannotation_p.h \
    $$PWD/qparametermapping_p.h \
    $$PWD/qparametermapping.h \
    $$PWD/qshaderdata.h \
    $$PWD/qshaderdata_p.h \
    $$PWD/qabstracttextureprovider.h \
    $$PWD/qabstracttextureprovider_p.h \
    $$PWD/qwrapmode.h \
    $$PWD/qabstracttextureimage.h \
    $$PWD/qabstracttextureimage_p.h \
    $$PWD/qtextureimage.h \
    $$PWD/qtextureproviders.h \
    $$PWD/qwindow.h \
    $$PWD/qwindow_p.h

SOURCES += \
    $$PWD/qrenderaspect.cpp \
    $$PWD/qmaterial.cpp \
    $$PWD/qrenderpass.cpp \
    $$PWD/qshaderprogram.cpp \
    $$PWD/qtechnique.cpp \
    $$PWD/qitemmodelbuffer.cpp \
    $$PWD/sphere.cpp \
    $$PWD/qabstractsceneloader.cpp \
    $$PWD/qeffect.cpp \
    $$PWD/qsceneloader.cpp \
    $$PWD/qparameter.cpp \
    $$PWD/qabstractlight.cpp \
    $$PWD/qpointlight.cpp \
    $$PWD/qspotlight.cpp \
    $$PWD/qdirectionallight.cpp \
    $$PWD/qlayer.cpp \
    $$PWD/qopenglfilter.cpp \
    $$PWD/qrenderattachment.cpp \
    $$PWD/qrendertarget.cpp \
    $$PWD/qannotation.cpp \
    $$PWD/qparametermapping.cpp \
    $$PWD/qshaderdata.cpp \
    $$PWD/qabstracttextureprovider.cpp \
    $$PWD/qwrapmode.cpp \
    $$PWD/qabstracttextureimage.cpp \
    $$PWD/qtextureimage.cpp \
    $$PWD/qtextureproviders.cpp \
    $$PWD/qwindow.cpp