![]() |
CQtDeployer 1.6.2376.564b936
CQtDeployer helps you to extract all libraries your executable depends on and to create a launch script for your application.
|
Release of the C++/Qt and QML application deployment utility CQtDeployer v1.6
This is major release that include more improvements in build system. From now cqtdeployer using CMake build system. So from now build from source will be easier.
From now, you can build cqtdeployer from source easier
just clone project
create temp build directory
run cmake (this step requires install Qt libraries, you can install qt from system or from official site of Qt corporation.)
build cqtdeployer
create installers and packages (this step requires installers cqtdeployer tool)
Done.
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.