Is it possible with the Qt Installer Framework to create an installer with multiple packages, each of which has a different TargetDir
(i.e. destination)?
For example, I want an installer that installs an SDK to /Library/Frameworks
and a demo app to /Applications
? Only the /Applications
path needs to be user-editable.