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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -