Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在过去的几天里,我一直在使用 VC++ 项目。每当项目在发布模式或调试模式下构建时,exe 都会自行运行而无需任何其他依赖项。我们只需要点击 exe,项目就会运行。
但这在 QML 项目中不起作用。我有项目的调试和发布桌面版本,但单击 exe 时它们没有运行。我们是否需要一些额外的组件来为 exe 制作某种包装器以使其运行。
我想提一下,我不是在询问 QtQuick 应用程序的部署。
您应该添加一些 dll: QtCore4.dll QtCored4.dll QtGui4.dll QtGuid4.dll