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.
|
You can download the latest version of the application here.
Note the package name and links can be changed, please check Download page before installation.
If you are using the snap version of the application. Enable all permissions for cqtdeployer. this can be done in the snap-store Or starting with ubuntu 20.04 in the ubuntu application settings manager.
If you do not have the GUI then you can enable all permissions using next commands:
clone project
create temp build directory
run cmake
build cqtdeployer
create installers and packages (requered installed cqtdeployer)
clone project
create temp build directory
run cmake
build cqtdeployer
create installers and packages (requered installed cqtdeployer)
If you do not have installed cqtdeployer on your build machine, you can compile cqtdeployer tool as a static. For this, disable the BUILD_SHARED_LIBS option.
If you want to change Qt, Just run cmake with override qt location.