Qt Quick 3D - Introduction▲
Sélectionnez
QT += quick quick3d
target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/intro
INSTALLS += target
SOURCES += \
main.cpp
RESOURCES += \
qml.qrc
OTHER_FILES += \
doc/src/*.*Demonstrates how to render a scene in Qt Quick 3D.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += quick quick3d
target.path = $$[QT_INSTALL_EXAMPLES]/quick3d/intro
INSTALLS += target
SOURCES += \
main.cpp
RESOURCES += \
qml.qrc
OTHER_FILES += \
doc/src/*.*