在尝试编译Qt程序时获得大量警告

时间:2013-04-06 15:21:09

标签: compiler-construction qt warnings

以下是我在调试模式下编译时收到的警告:http://pastebin.com/raw.php?i=xNvn2TgM

在发布模式下编译时,我没有错误。该程序在发布模式和调试模式下都运行良好。

为了编译Qt,我使用了这个来源:http://releases.qt-project.org/qt5/5.0.1/single/qt-everywhere-opensource-src-5.0.1.zip

我跑了:

cd C:\Qt\5.0.1
configure -platform win32-msvc2010 -static -debug-and-release -no-opengl -nomake tools -nomake examples -opensource -confirm-license -mp
jom
jom clean
在VS2010命令提示符下。

我使用VS2010在Windows 7 32位VM中编译它。

我在Qt Creator中的设置:http [COLON] // postimg.org/gallery/rbbpd5a /

0 个答案:

没有答案