C Qt Quick Ultralite 最小示例 import QmlProject 1.3 Project { mainFile: "minimal.qml" QmlFiles { files: [ "minimal.qml" ] } }