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
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 程序打包
本文链接:https://www.haomeiwen.com/subject/upfqrdtx.html
网友评论