Qt Quick 3D - Reflection Probes Example

QT += quick quick3d

target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/reflectionprobes
INSTALLS += target

SOURCES += \
        main.cpp

RESOURCES += \
    qml.qrc \
    resources.qrc