Qt VS编译错误部分记录

1、Error starting process D:\Qt\Qt5.9.0\5.9\msvc2015\bin\moc.exe: 系统找不到指定的文件;

添加环境变量path  qt目录bin;

2、unable to read mkspecs/qconfig.pri;

qt bin目录下缺少qt.conf文件,手动添加,内容:

[Paths] 
Prefix=.. 

3、windeployqt reports "Unable to find dependent libraries..." ;

有可能是上面的qt.conf文件内容错误导致;

我遇到的问题是这样,一开始的qt.conf文件内容还有Libraryj节点;

你可能感兴趣的:(Qt)