Deploy Windows applications in Qt Creator -
hi i'm using qt creator 2.4.1 based on qt 4.7.4 on win 7 (64 bit)
i know simple way deploy qt gui application windows. needs simple because i've been teaching students program gui apps in qt , want show them how deploy. (i realise error in not checking prior starting course, assumed simple).
i've looked @ qt site requiring static linking:
http://qt-project.org/doc/qt-4.7/deployment-windows.html
and using nisi package , deploy application.
none of these options simple enough show students. keen know how other people deploy windows applications using qt creator. ideas welcome.
i think copying required dlls (one per each module, used plugins , 2 mingw runtime or if use visual studio install runtime used vs version) simple enough students learn how code. , regarding nsis (i assume nisi typo - or @ least haven't heard of it) can use gui project it, one (i used 1 once, don't remember if one) anyway can google , play , see or... little nsis scripting can't hurt students ;)
Comments
Post a Comment