summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/renderstates.pri
blob: 554a0e66697c81f561d7ee22a33f031533776a6b (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
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/genericstate_p.h \
    $$PWD/qalphacoverage.h \
    $$PWD/qalphatest.h \
    $$PWD/qblendequation.h \
    $$PWD/qblendstate.h \
    $$PWD/qclipplane.h \
    $$PWD/qcolormask.h \
    $$PWD/qcullface.h \
    $$PWD/qdepthmask.h \
    $$PWD/qdepthtest.h \
    $$PWD/qdithering.h \
    $$PWD/qfrontface.h \
    $$PWD/qpolygonoffset.h \
    $$PWD/qrenderstate.h \
    $$PWD/qrenderstate_p.h \
    $$PWD/qscissortest.h \
    $$PWD/qstencilmask.h \
    $$PWD/qstencilop.h \
    $$PWD/qstencilopseparate.h \
    $$PWD/qstenciltest.h \
    $$PWD/qstenciltestseparate.h \
    $$PWD/renderstates_p.h \
    $$PWD/renderstateset_p.h \
    $$PWD/qpointsize.h


SOURCES += \
    $$PWD/qalphacoverage.cpp \
    $$PWD/qalphatest.cpp \
    $$PWD/qblendequation.cpp \
    $$PWD/qblendstate.cpp \
    $$PWD/qclipplane.cpp \
    $$PWD/qcolormask.cpp \
    $$PWD/qcullface.cpp \
    $$PWD/qdepthmask.cpp \
    $$PWD/qdepthtest.cpp \
    $$PWD/qdithering.cpp \
    $$PWD/qfrontface.cpp \
    $$PWD/qpolygonoffset.cpp \
    $$PWD/qrenderstate.cpp \
    $$PWD/qscissortest.cpp \
    $$PWD/qstencilmask.cpp \
    $$PWD/qstencilop.cpp \
    $$PWD/qstencilopseparate.cpp \
    $$PWD/qstenciltest.cpp \
    $$PWD/qstenciltestseparate.cpp \
    $$PWD/renderstates.cpp \
    $$PWD/renderstateset.cpp \
    $$PWD/qpointsize.cpp