summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/extras/defaults/defaults.pri
blob: 249c9139bcbc3d319536477da19b62de97e8d9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

# 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 qt3dquick3dextrasplugin.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 \
    $$PWD/qml/GoochMaterial.qml \
    $$PWD/qml/PhongAlphaMaterial.qml \
    $$PWD/qml/TextureMaterial.qml \
    $$PWD/qml/OrbitController.qml \
    $$PWD/qml/FirstPersonCameraController.qml