[Solved][debug/qrc_Script.cpp] Error 1
-
wrote on 21 Nov 2014, 11:48 last edited by
Hello everyone!
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. -
Hi, welcome to devnet,
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. -
wrote on 21 Nov 2014, 12:11 last edited by
Thank you, Chris! It looks like I miss some files from Script.qrc
Now it works fine!
1/3