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.
|
How to deploy project with cqtdeployer.
First one you need to install cqtdeployer into your platform
Install from snap store and add all requirement permissions.
chmod +x LinuxInstaller.run ./LinuxInstaller.run
bash cqtdeployer -bin myexecutable.exe -qmake C:/Qt/5.15.0/min_gw/bin/qmake.exe
bash cqtdeployer -bin myexecutable.exe -qmake ~/crossbuildet-Qt/5.15.0/min_gw/bin/qmake
If you use extra libraries, just add path for cqtdeployer to used libs.
If you want find libraries recursively from libDir path, just add recursive Depth option.
If you application use qml, just add qmlDir option
If you want create simple installer for your application just add gif option.
If you use system libraries from system PATH, just add deploySystem option.