summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/render/defaults/defaults.pri
blob: 4e871abc3071556da9f4e594117b90bb8b7db2fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# When adding new QML files that should be built into the plugin,
# add them to this variable and they will be listed into a generated
# resource file.
#
# To have the plugin register them as types, add an entries to the
# qmldir array in qt3dquick3drenderplugin.cpp
QML_FILES = \
    $$PWD/qml/PhongMaterial.qml \
    $$PWD/qml/DiffuseMapMaterial.qml \
    $$PWD/qml/DiffuseSpecularMapMaterial.qml \
    $$PWD/qml/NormalDiffuseMapMaterial.qml \
    $$PWD/qml/NormalDiffuseMapAlphaMaterial.qml \
    $$PWD/qml/NormalDiffuseSpecularMapMaterial.qml \
    $$PWD/qml/ForwardRenderer.qml \
    $$PWD/qml/PerVertexColorMaterial.qml \
    $$PWD/qml/SkyboxEntity.qml \