Qt Quick 3D - Dynamic Model Creation Example


  QT += quick quick3d-private

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

  SOURCES += \
      main.cpp

  RESOURCES += \
      qml.qrc

  OTHER_FILES += \
      doc/src/*.*