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.
我无法从 Qt 之外的调试或发布文件夹中执行 .exe 文件。
我已按照此建议并与可执行文件一起复制qminimal.dll , qwindows.dll到平台文件夹,但是当我单击 .exe 时没有任何反应。没有错误消息或任何东西。有什么建议么?
qminimal.dll , qwindows.dll
编辑:
根据Dependency Walker,我需要这些文件来运行 .exe
我确实将所有这些文件放在同一个文件夹中,但仍然没有发生任何事情。