C 语言
Qt 3D Studio 运行时:QML 数据输入示例
TEMPLATE = app QT += widgets qml quick studio3d integrity: DEFINES += USE_EMBEDDED_FONTS target.path = $$[QT_INSTALL_EXAMPLES]/studio3d/$$TARGET INSTALLS += target SOURCES += main.cpp RESOURCES += \ qmldatainput.qrc OTHER_FILES += qml/qmldatainput/* \ doc/src/* \ doc/images/* # Icon in case example is included in installer exists(example.ico): RC_ICONS = example.ico