summaryrefslogtreecommitdiffstats
path: root/src/render/lights/lights.pri
blob: ade6d29d768a2bbf5dd87df21a451c6f269b91cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qlight.h \
    $$PWD/qlight_p.h \
    $$PWD/qdirectionallight.h \
    $$PWD/qdirectionallight_p.h \
    $$PWD/qpointlight.h \
    $$PWD/qpointlight_p.h \
    $$PWD/qspotlight.h \
    $$PWD/qspotlight_p.h \
    $$PWD/light_p.h

SOURCES += \
    $$PWD/qlight.cpp \
    $$PWD/qdirectionallight.cpp \
    $$PWD/qpointlight.cpp \
    $$PWD/qspotlight.cpp \
    $$PWD/light.cpp