Xcopy files to the new directory in pro/pri file

笑着哭i 提交于 2019-11-29 15:43:07

I think you looking for Qt deploy.

Deploying Qt Applications: Deploying an Qt application does not require any C++ programming. All you need to do is to build Qt and your application in release mode, following the procedures described in this documentation.

More info for deploy app in windows here.

The Windows Deployment Tool: The Windows deployment tool is designed to automate the process of creating a deployable folder containing the Qt-related dependencies (libraries, QML imports, plugins, and translations) required to run the application from that folder.

Also check my answer about Windeploy: https://stackoverflow.com/a/45531369/5068056

I explain it completely with screenshots.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!