summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/renderstates.pri
blob: e4ee4695c03f9a34e3e42aa3815bec0c64945a0e (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

HEADERS += \
    $$PWD/genericstate_p.h \
    $$PWD/qalphacoverage.h \
    $$PWD/qalphatest.h \
    $$PWD/qblendequation.h \
    $$PWD/qblendequationarguments.h \
    $$PWD/qclipplane.h \
    $$PWD/qcolormask.h \
    $$PWD/qcullface.h \
    $$PWD/qdithering.h \
    $$PWD/qfrontface.h \
    $$PWD/qpolygonoffset.h \
    $$PWD/qrenderstate.h \
    $$PWD/qrenderstate_p.h \
    $$PWD/qscissortest.h \
    $$PWD/qstencilmask.h \
    $$PWD/qstenciloperation.h \
    $$PWD/qstenciloperationarguments.h \
    $$PWD/qstenciltest.h \
    $$PWD/qstenciltestarguments.h \
    $$PWD/renderstates_p.h \
    $$PWD/qpointsize.h \
    $$PWD/qseamlesscubemap.h \
    $$PWD/qdepthrange.h \
    $$PWD/qdepthtest.h \
    $$PWD/qnodepthmask.h \
    $$PWD/qlinewidth.h \
    $$PWD/qalphatest_p.h \
    $$PWD/qblendequation_p.h \
    $$PWD/qblendequationarguments_p.h \
    $$PWD/qclipplane_p.h \
    $$PWD/qcolormask_p.h \
    $$PWD/qcullface_p.h \
    $$PWD/qdepthrange_p.h \
    $$PWD/qdepthtest_p.h \
    $$PWD/qfrontface_p.h \
    $$PWD/qpointsize_p.h \
    $$PWD/qpolygonoffset_p.h \
    $$PWD/qscissortest_p.h \
    $$PWD/qstencilmask_p.h \
    $$PWD/qstenciloperation_p.h \
    $$PWD/qstenciloperationarguments_p.h \
    $$PWD/qstenciltest_p.h \
    $$PWD/qstenciltestarguments_p.h \
    $$PWD/qlinewidth_p.h \
    $$PWD/renderstatenode_p.h \
    $$PWD/qmultisampleantialiasing.h \
    $$PWD/statemask_p.h \
    $$PWD/statevariant_p.h \
    $$PWD/qrastermode.h \
    $$PWD/qrastermode_p.h \
    $$PWD/renderstateset_p.h

SOURCES += \
    $$PWD/qalphacoverage.cpp \
    $$PWD/qalphatest.cpp \
    $$PWD/qblendequation.cpp \
    $$PWD/qblendequationarguments.cpp \
    $$PWD/qclipplane.cpp \
    $$PWD/qcolormask.cpp \
    $$PWD/qcullface.cpp \
    $$PWD/qdepthrange.cpp \
    $$PWD/qdepthtest.cpp \
    $$PWD/qdithering.cpp \
    $$PWD/qfrontface.cpp \
    $$PWD/qpolygonoffset.cpp \
    $$PWD/qrenderstate.cpp \
    $$PWD/qscissortest.cpp \
    $$PWD/qstencilmask.cpp \
    $$PWD/qstenciloperation.cpp \
    $$PWD/qstenciloperationarguments.cpp \
    $$PWD/qstenciltest.cpp \
    $$PWD/qstenciltestarguments.cpp \
    $$PWD/renderstates.cpp \
    $$PWD/qpointsize.cpp \
    $$PWD/qseamlesscubemap.cpp \
    $$PWD/qnodepthmask.cpp \
    $$PWD/qlinewidth.cpp \
    $$PWD/renderstatenode.cpp \
    $$PWD/statevariant.cpp \
    $$PWD/qmultisampleantialiasing.cpp \
    $$PWD/qrastermode.cpp \
    $$PWD/renderstateset.cpp