diff --git a/doc/CqtDeployer-Manifest.json b/doc/CqtDeployer-Manifest.json new file mode 100644 index 0000000..47d749e --- /dev/null +++ b/doc/CqtDeployer-Manifest.json @@ -0,0 +1,40 @@ +{ + "$schema": "http://qt.io/schema/extension-schema-v1#", + "title": "CQtDeployer", + "extensionType": [ + "utility" + ], + "version": "1.3.2", + "vendor": { + "name": "QuasarApp group", + "url": "https://github.com/QuasarApp" + }, + "contact": "Qt sales", + "copyright": [ "QuasarApp" ], + "author": "QuasarApp team", + "icon": "https://upload.wikimedia.org/wikipedia/en/a/ae/TheQtCompany_Logo.png", + "licenses": [ + { "licenseType": "GPLv3", + "licenseUrl": "https://www.gnu.org/licenses/gpl-3.0.html" } + ], + "created": "2018-12-03", + "lastUpdate": "2019-10-08", + "platforms": [ + "macOS 10.14", "CentOS" + ], + "qtVersions": [ + "5.12.5", "5.13.0", "5.13.1" + ], + "tags": [ + "Calendar" ], + "price": { + "listprice": 0 + }, + "support": "support@qt.io", + "bugUrl": "https://bugreports.qt.io", + "sourceRepoUrl": "https://code.qt.io", + "dependencies": [ + "Quick" + ] +} + diff --git a/doc/Marketplace.md b/doc/Marketplace.md new file mode 100644 index 0000000..7bb31f7 --- /dev/null +++ b/doc/Marketplace.md @@ -0,0 +1,33 @@ +## What is CQtDeployer +The CQtDeployer is application for extract all depends library of executable and create launch script for your application. + +Key differences of this program: +* Performance: this program deploys the application several times faster (up to 10 seconds) +* Flexibility: this application's got flags that help you to configure the deployment for your or your project's needs +* Crossdeploy: this application's support windows and linux distrebutives, This means that you can use it not only to deploy a project for your platform, but also to deploy a project on Linux for Windows and vice versa. + +## How to use +Deploying a Qt or QML application is easy! +To do this, simply install cqtdeployer on your computer and enter the following line: + +#### Linux: +``` bash +cqtdeployer -bin myApp -qmake /media/D/Qt/5.12.3/gcc_64/bin/qmake -qmlDir ./ +``` + +#### Windows: +``` bash +%cqtdeployer% -bin myApp.exe -qmake /media/D/Qt/5.12.3/gcc_64/bin/qmake.exe -qmlDir ./ +``` + + +#### Discription +* -bin - this is option for set the path to executable files. +* -qmake - this is option for set the path to qmake with which the application was created. +* -qmlDir - this is option for set the path to folder with qml files of application. + +## Install +You can download the latest version of the CQtDeployer [here](https://github.com/QuasarApp/CQtDeployer/releases) for Windows and linux platforms. +Or use the snap version for servers without gui. + +[](https://snapcraft.io/cqtdeployer)