Qt程序打包
(一)解决方案
用Qt自带的windeployqt命令打包
cd /d "D:\QtProject\Qt 6.5.3\Release"windeployqt --release --qmldir [找到对应的安装路径] [你的程序.exe] windeployqt --release --qmldir C:\Qt\6.5.3\msvc2019_64\qml appAuto_Card.exewindeployqt --release --qmldir C:\Qt\6.5.3\mingw\qml appAuto_Card.exe(二)解决方案

最后更新于