I have a project written in C ++ QT , a program that counts how many times you have to stroke a cat. When building a project in exe, I need to consider the architecture for which I collect it: x32 or x64 , and then a number of questions arise .
If you build a project under x32 , so that users with different architectures can use it, nothing criminal will happen?
To run the project on another machine, you need to put in the folder with the project all the necessary dll . Is it possible to “sew” them into exe in any way or bypass it? Since I tried to transfer the collected project, it weighs about 60mb with all the necessary libraries.