美文网首页
windows 下 qml 程序打包

windows 下 qml 程序打包

作者: xuxiang | 来源:发表于2023-03-12 16:07 被阅读0次

    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