qt 打包查找依赖
1)Qt Widgets Application
windeployqt earth.exe
非qt的dll 自己拷贝
2)Qt Quick Application
使用 windeployqt 工具命令:windeployqt helloqml.exe --qmldir D:\Qt\Qt5.7.0\5.7\msvc2013\qml
这个命令会拷贝大部分,没有拷贝的建议手动拷贝,不知道缺少什么的,建议可执行程序设置为命令窗口形式,东西找全了再改回来
qt 打包查找依赖
1)Qt Widgets Application
windeployqt earth.exe
非qt的dll 自己拷贝
2)Qt Quick Application
使用 windeployqt 工具命令:windeployqt helloqml.exe --qmldir D:\Qt\Qt5.7.0\5.7\msvc2013\qml
这个命令会拷贝大部分,没有拷贝的建议手动拷贝,不知道缺少什么的,建议可执行程序设置为命令窗口形式,东西找全了再改回来