Visual studio 2008 在Windows 7 x64上生成Qt 5.3.0时出错:idc.exe qguiapplication.cpp无法找到或加载Qt平台插件“Windows”

Visual studio 2008 在Windows 7 x64上生成Qt 5.3.0时出错:idc.exe qguiapplication.cpp无法找到或加载Qt平台插件“Windows”,visual-studio-2008,windows-7,64-bit,qt5,build-error,Visual Studio 2008,Windows 7,64 Bit,Qt5,Build Error,我下载了qt-everywhere-opensource-src-5.3.0.zip,并尝试在Windows7x64上构建。早些时候,我能够在同一台机器上构建Qt5.2.1,所以我很困惑为什么5.3.0不起作用 我正在使用Visual Studio 2008 x64 Win64命令提示符 我尝试了几种配置: configure -prefix %CD%\qtbase -developer-build -opensource -nomake tests -no-opengl -no-angle -

我下载了qt-everywhere-opensource-src-5.3.0.zip,并尝试在Windows7x64上构建。早些时候,我能够在同一台机器上构建Qt5.2.1,所以我很困惑为什么5.3.0不起作用

我正在使用Visual Studio 2008 x64 Win64命令提示符

我尝试了几种配置:

configure -prefix %CD%\qtbase -developer-build -opensource -nomake tests -no-opengl -no-angle -plugin-sql-sqlite -platform win32-msvc2008 -make-tool jom

configure -prefix %CD%\qtbase -developer-build -opensource -nomake tests -opengl desktop -plugin-sql-sqlite -platform win32-msvc2008 -make-tool jom

configure -prefix %CD%\qtbase -developer-build -opensource -nomake tests -opengl desktop -platform win32-msvc2008 -make-tool jom
我得到了相同的结果:3个相同的消息框弹出,然后最终构建以错误结束

信息框包括:

微软Visual C++调试库 调试错误

程序:c:\Qt\qt530\u x64\qtbase\bin\idc.exe 模块:5.3.0 文件:kernel\qguiapplication.cpp 电话:999

此应用程序无法启动,因为它无法找到或加载Qt平台插件窗口

可用的平台插件有:最小化、屏幕外、windows

重新安装应用程序可能会解决此问题

按“重试”调试应用程序 中止重试忽略
有什么想法吗?

不管怎样,我已经找到了满足我需要的方法。我删除了文件夹中的所有内容: 声明性 qtwebkit qtwebkit示例

因为那些模块导致了构建失败,我不需要它们

然后,我配置了:

configure -prefix %CD%\qtbase -developer-build -opensource -nomake tests -no-compile-examples -no-opengl -no-angle -plugin-sql-sqlite -platform win32-msvc2008 -qtlibinfix _mycompany -make-tool jom
jom成功地构建了Qt5.3.0