我在Windows XP SP3上使用Qt Creator。我想开发C ++桌面应用程序。
我做了一个新项目。每次我点击构建时,它会出现一个窗口,上面写着:
qmake.exe遇到问题需要关闭。对于给您带来的不便,我们深表歉意。
在Qt Creator中,出现类似的内容:
20:36:55: Running build steps for project yyy...
20:36:55: Starting: "d:\qtsdk\desktop\qt\4.8.1\mingw\bin\qmake.exe" D:\...\yyy.pro -r -spec win32-g++ "CONFIG+=declarative_debug"
20:38:00: The process "d:\qtsdk\desktop\qt\4.8.1\mingw\bin\qmake.exe" crashed.
Error while building project yyy (target: Desktop)
When executing build step 'qmake'
我无法构建,我重新安装了软件,但它一直给出同样的错误。
你能告诉我发生了什么吗?
答案 0 :(得分:0)
通过bat文件从命令行运行qmake命令。