Project loading error
Solved
General and Desktop
-
Hi,
I have a project that is functioning correctly on one computer, but I now need to import it to a different PC. I have installed the same versions of Qt, Qt Creator, and the compiler. However, when I try to open the .pro file, I am receiving the following error:
Any clue how to resolve this?
Thanks in advance.
-
Hi
See if you can find a solution here. -
-
@russjohn834 If you also copied the *.pro.user file then delete it and try to open the project again. Did you copy the project from a Mac? Because on Windows clang is not used as compiler, but MinGW or Microsoft C++ compiler.