我有一个可用的 C++/Qt 应用程序。我将 MinGW、Qt 和 Qt Creator 更新到最新版本,现在在编译时出现错误。这个错误似乎不是由于我的代码,而是由于构建系统。
例如:
17:11:15: Running steps for project MyTest...
17:11:15: Starting: "C:\Qt\qtcreator-2.6.0\bin\jom.exe" clean
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
17:11:20: The process "C:\Qt\qtcreator-2.6.0\bin\jom.exe" exited with code 3.
在项目设置中有消息“qmake:未设置 Qt 版本。无法运行 qmake。”
我的源代码正是您在创建新应用程序时自动获得的。
我用新的 Qt 和 QtCreator 目录更新了系统环境路径。
我不知道还能做什么...
谢谢!
---
Windows 7
MinGW
Qt 4.8.4
Qt Creator 2.6.0 (based on Qt 4.8.3 32 bit)