【发布时间】:2012-12-04 20:05:27
【问题描述】:
我有一个可用的 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: No Qt version set. Cannot run qmake.”
我的源代码正是您在创建新应用程序时自动获得的。
我用新的 Qt 和 QtCreator 目录更新了系统环境路径。
我不知道还能做什么......
谢谢!
---
Windows 7
MinGW
Qt 4.8.4
Qt Creator 2.6.0 (based on Qt 4.8.3 32 bit)
【问题讨论】:
-
你检查过你的构建目标了吗?
标签: c++ qt mingw qt-creator build-error