I'm trying to build my project (using Qt Creator 5.3.1, mingw482_32) and see nothing but this error: "" "'[debug/qrc_Script.cpp] Error 1
I wonder if somebody could tell me, what does this stuff means.
Seems to be a problem with compiling your resource file.
Do you have file Script.qrc. If you do then did you add it in the .pro file with RESOURCE += ?
Try to clean your project, re-run qmake (from the Build menu) and rebuild.