解决Qt编译动态链接库could not find or load the Qt platform plugin win

时间:2022-02-21 08:12:56

比来用Qt5做了一个项目的界面,在编译成可执行文件EXE之后,运行文件,提示:

This application failed to start because it could not find or load the Qt platfo
rm plugin "windows"
in "".

Reinstalling the application may fix this problem.

查了很多资料,,试了很过要领,后来发明将D:\Anaconda2\Library\plugins下的platforms文件夹复制到项目文件目录下(要复制整个文件夹),即可解决该问题。

解决Qt编译动态链接库could not find or load the Qt platform plugin "windows" in.问题