CQtDeployer 1.6.2365.7cce7f3
CQtDeployer helps you to extract all libraries your executable depends on and to create a launch script for your application.
|
At this time, cqtdeployer does not have precompiled distributions for arm platform. But it supports deploy arm applications, so the best solution for install cqtdeployer tool to arm host is building from source.
You can read a main article of building cqtdeployer from source here.
The QIFW not available for arm platforms. So if you want to create classic installers you need to build Qt installer framework from source.
clone project
create temp build directory
Install qt from package manager (for example apt on ubuntu)
run cmake
build cqtdeployer
create cqtdeployer executable.
Done. Now you can add cqtdeployer into your PATH variable and use it or create symbol link to cqtdeployer executable in /bin folder.