windows 下 qml 程序打包

windeployqt.exe   hello.exe   --qmldir   "source file path"    "qt qml file path"


source file path :   源代码qml 文件的地址,比如项目路径   testProject/main.qml    ,则 source file path= testProject

qt qml file path:  比如   C:\Qt\Qt5.9.8\5.9.8\msvc2015\qml

你可能感兴趣的:(windows 下 qml 程序打包)