As the title says, I am having an issue with Qt Creator. I started to play with it and created a main() with a some code in it and when I wanted to compile it to see how it would appear on the screen, I am unable to do so, I see the following error:
Cannot find file:
/Users/Eugene/Documents/Qt/Test/test.pro. Le processus
“/Users/Eugene/QtSDK/Desktop/Qt/473/gcc/bin/qmake” terminated with
error cade 2. Error during the compilation of the project Test (build : Desktop)
during the step ‘qmake’
Yet when I go to the folder, I can see the test.pro file there, so I don’t see why Qt is unhappy.
Did anybody have had a similar problem? I couldn’t find any similar question so far.
Thanks in advance for you help,
Regards
Are you sure that you don’t have space or other ‘weird’ characters in your project’s path? If so, Qt is unhappy.
You may also try to delete the
*.pro.userfile and try to compile again.If unfortunately neither of them work, you can try to compile your project on the command line.
cdto the root directory of your project and:qmake -projectmingw32-makeIf this still can’t get your project compiled, you should check your Qt installation.