running qt application on 32 bit OS
Solved
General and Desktop
-
Hi there,
I am trying to run a Qt application built with the Qt 5.12.0 MSVC2015 64-bit compiler on a 32-bit Windows 10 operating system. However, when I try to run the executable file (.exe), I receive an error message that says "This app can't run on your PC." I have tried running the application on a 64-bit Windows 10 PC, and it works fine.
My question is, can a 64-bit application built with a 64-bit compiler run on a 32-bit PC? If not, is there an easy workaround?
-
@viniltc said in running qt application on 32 bit OS:
My question is, can a 64-bit application built with a 64-bit compiler run on a 32-bit PC?
No, it can not.
If not, is there an easy workaround?
Compile it with a 32 bit compiler.
-