summaryrefslogtreecommitdiffstats
path: root/src/threed/effects/effects.pri
blob: 2afeca526d1a9c9466aeee1715b561af000b3bd4 (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

INCLUDEPATH += $$PWD
VPATH += $$PWD

HEADERS += \
    effects/qglshaderprogrameffect.h \
    effects/qglcolladafxeffectfactory.h \
    effects/qglcolladafxeffect.h \
    effects/qglcolladafxeffectloader.h

SOURCES += \
    qglflatcoloreffect.cpp \
    qglflattextureeffect.cpp \
    qgllitmaterialeffect.cpp \
    qgllittextureeffect.cpp \
    qglshaderprogrameffect.cpp \
    qglcolladafxeffect.cpp \
    qglcolladafxeffectfactory.cpp \
    qglcolladafxeffectloader.cpp

PRIVATE_HEADERS += \
    qglflatcoloreffect_p.h \
    qglflattextureeffect_p.h \
    qgllitmaterialeffect_p.h \
    qgllittextureeffect_p.h \
    qglcolladafxeffect_p.h