Project loading error
-
wrote on 24 Apr 2023, 12:51 last edited by
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,
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,
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.
@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.
2/3