package - Using Qt Installer Framework to create my Application Installer -


i want create installer application. so, have read qt installer framework , tested tutorial example , create installer , work find example. have doubt when try same process application. when compile code folder created @ same level of code:

  • myapplication (my code)
  • build-myapplication-desktop_qt_5_4_1_mingw_32bit-release (code compiled)

so questions are:

what files of compilation need copy folder myinstaller/packages/vendor/ recommended qt intaller framework?

if have dependencies of qt serialport, multimedia, , others, how insert these dependecies qt installer framework?

windeployqt.exe want. run on command line , give executable argument. automatically copy in required qt libraries , provide runtime redistributable installer. can use binarycreator generate installer.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -