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

HEADERS += \
    $$PWD/qabstractlight.h \
    $$PWD/qabstractlight_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 \
    $$PWD/lightsource_p.h

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