I have a question regarding the build process.
Unsolved
Qt 6
-
I have a question regarding the build process. When I receive the program on another computer and try to build it, I encounter several errors even though the program is supposed to work fine. However, if I rebuild it without making any changes to the code, it works fine. Why do errors occur in the first build but not in the second build? (No code modifications)
tool : vs 2019 / 2022
qt : 6.6.2 -
@Teemo-of-LOL said in I have a question regarding the build process.:
When I receive the program on another computer
Please explain what exactly you copy to the other machine.
Do you also copy the build folder? If so, then do not do that.
Only source code is needed to build.
Also mentioning what errors you actually get can help to find the problem.