C

scenemanip.pro Example File

scenemanip/scenemanip.pro
TEMPLATE = app

QT += quick 3dstudioruntime2-private

SOURCES += \
    main.cpp

RESOURCES += scenemanip.qrc

OTHER_FILES += \
    main.qml

target.path = $$[QT_INSTALL_EXAMPLES]/3dstudioruntime2/$$TARGET
INSTALLS += target

Available under certain Qt licenses.
Find out more.