c++ - Architecture/Platform independent installer for deploying Qt application -
i have developed qt application , want deploy application. know qt (being platform independent), needs compile every platform , architecture. so, planning cross-compile every architecture , platform , executables , dll files (or shared object in linux).
i looking installer can decide on run-time architecture , platform of system in running , copy right binary desired location in system. know need provide every possible dll file , executable file don't want provide different installer every architecture , platform going support. don't want distribute different installer different architecture (e.g. windows/i3, windows/i5 etc) under different directories.
so, looking free open-source installer doesn't require compiled every possible architecture , platform (may 1 written in java?).
can me in deciding architecture should cross-compile for? binary compiled i3 intel core able run on i5 , i7 (because of backward compatibility?)?
any suggestion on deployment of qt application appreciated.
note: have tried installjammer , doesn't seem working on windows.
Comments
Post a Comment