qml 打包

# windeployqt --release [你的程序.exe] --qmldir [找到对应的安装路径]
windeployqt --release nlgMotor1.exe --qmldir D:\Qt\Qt5.12.5\5.12.5\mingw73_32\qml

# 如果你在qml中使用了 QtCharts,当前windeployqt有bug,所以还需要以下操作
# 进入 D:\Qt\Qt5.12.5\5.12.5\mingw73_32\qml,手动拷贝 QtCharts 的文件夹到程序目录下
# 然后从 D:\Qt\Qt5.12.5\5.12.5\mingw73_32\bin 拷贝 Qt5Charts.dll 到你的程序目录
# qml的chart是对Q5tCharts.dll的封装,并非完全独立写的

 

 

注意 :-qmldir 是可以设置到你的源码路径的,,windeployqt 会自动搜索代码中所用到的库,,可以避免打包文件过大!!!!!!

posted on 2021-05-14 14:38  逆风的泰迪man  阅读(311)  评论(0)    收藏  举报

导航