Qt qmake报错求助!!!!

转载地址:http://ask.csdn.net/questions/387717
Qt qmake报错求助!!!!

QT新人刚安装好QT mingw,现在helloworld都编译报错求大神解答

21:26:56: 为项目untitled执行步骤 ...
21:26:56: Could not create directory "C:\Users\Administrator\Documents\Error in " Util.asciify("build-untitled-Desktop_Qt_5_8_0_MinGW_32bit-Debug")": TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0x4e350c8) is not a function"
Error while building/deploying project untitled (kit: Desktop Qt 5.8.0 MinGW 32bit)
When executing step "qmake"
21:26:56: Elapsed time: 00:00.

解决:

I met the error too! You can try this method:

Tools -> Options -> Build&Run -> General

Then reset the "Default build directory".

My "Default build directory" is "../build-%{CurrentProject:Name}-%{CurrentKit:FileSystemName}-%{CurrentBuild:Name}"

Finally Restart the QT and create new project. The setting can take effect.

你可能感兴趣的:(QT)