简体   繁体   中英

Can't build, qmake.exe crashes in Qt Creator

I'm using Qt Creator on Windows XP SP3. I want to develop C++ desktop applications.

I made a new project. Everytime I click build, it appears a window which says:

qmake.exe has encountered a problem and needs to close. We are sorry for the inconvenience.

In Qt Creator, something similar to this appears:

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'

I can't build, I have reinstalled the software but it keeps giving the same error.

Can you give me any idea of what is happening?

通过bat文件从命令行运行qmake命令是可行的。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM