summaryrefslogtreecommitdiffstats
path: root/examples/shadow-map-qml/shadow-map-qml.pro
blob: 7d7670022c00a48782140eb6793aeca049bb9d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = app

QT += 3dcore 3drenderer 3dinput 3dquick qml quick

include("../exampleresources/exampleresources.pri")

SOURCES += \
    main.cpp

OTHER_FILES += \
    main.qml \
    AdsMaterial.qml \
    AdsEffect.qml \
    Light.qml \
    ShadowMapFrameGraph.qml \
    Trefoil.qml \
    Toyplane.qml \
    GroundPlane.qml

RESOURCES += \
    shadow-map-qml.qrc