Failed to compile QT Create Quick Application Project

I am new to QT Creator and I installed QT Creator 5.6.2 with MinGW 4.9.2 32bit. I have a problem compiling a quick application project, as it always shows this error message:

Could not create directory "C:\Users\Hello\Documents\Error in " Util.asciify("build-untitled-Desktop_Qt_5_6_2_MinGW_32bit-Debug")": TypeError: Property 'asciify' of object Core::Internal::UtilsJsExtension(0xb05718) is not a function" Error while building/deploying project untitled (kit: Desktop Qt 5.6.2 MinGW 32bit) When executing step "qmake" 
+5
source share
2 answers

I accidentally stumbled upon the same issue today on a Ubuntu native computer, and I found a solution here: https://bugreports.qt.io/browse/QTBUG-59509

โ€œGo to Settings> Build and Run> General and pressโ€œ reset โ€behindโ€œ Default Build Directory. โ€It seems like this is incompatible when using Qt Creator 4.3 without using Qt Creator 4.2 earlier, and then instead Qt Creator 4.2.

I decided to share this solution because it seems to be a pretty undocumented problem!

+6
source

I am starting work in QT, but itโ€™s easy to solve ... Just go to Projects and change the contents in the Assembly directory for the actual directory. Good luck

+3
source

Source: https://habr.com/ru/post/1267064/


All Articles