After upgrading to Win11, compiling project is failed.
Solved
General and Desktop
-
Hi, all:
Good day.
My project can be compiled/linked fine on Win10.
After upgrading to Win11, compiling project is always failed, but I don't modify anything in project.The warning and error messages are below,
- warning: The build directory is not at the same level as the source directory, which could be the reason for the build failure.
- error: dependent '........\Qt\6.4.0\msvc2019_64\include\QtCore\QtGlobal' does not exist.
May I know how to solve these issues ?
Thanks.Have a nice day.
Wunian
-
Start with a new build directory and put it on the same level as the source (as the warning tells you).
-
@Christian-Ehrlicher
Thank you for your reply.
After trying, this issue is solved.
Have a nice day. -