Executables
-
i have a question regarding the executables produced when running a project:
i use the Qt Creator on linux (64bit). i can take the executable from the release folder and run it anywhere in my computer. i tried to run it on another pc with 32bit linux or windows (64bit) and it wouldn't start. i assume this is normal.
is there a way to produce different executables for different OS's from my 64bit linux Qt Creator?
ty and happy new year :)
-
Hi and Happy New Year
You need to deploy your application on other pcs
http://www.tripleboot.org/?p=138
It need DLLS/SO files to run.-different executables for different OS's from my 64bit linux Qt Creator?
Yes. its called cross compile and requires some extra setup
http://stackoverflow.com/questions/10934683/how-do-i-configure-qt-for-cross-compilation-from-linux-to-windows-target -
@xatziaris
Well www.tripleboot.org explains what files u need to run standalone.But there are rules. 64bit program won't run on 32 bit OS
and sometimes 64bit OS need extra installed to run 32 bit program.
http://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit