Try the CQtDeployer tool. This tool using the Qt Installer Framework for create installers and supports Windows and Linux platforms.
- Install the cqtdeployer tool. I am recommended use the online installer, because it has the latest version of cqtdeployer with minor bug fixes.
- Open the cmd with your framework envirement.
- Run the cqtdeployer for your application on the cmd.
cqtdeployer -bin path\to\myApp.exe qif
If you use Qt then add the qmake option.
cqtdeployer -bin path\to\myApp.exe -qmake path\to\qmake.exe qif
For more examples of using this util see the CQtDeployer Wiki