mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 17:54:32 +00:00
fix #277 added market docs
This commit is contained in:
parent
660f109458
commit
d965b02f62
40
doc/CqtDeployer-Manifest.json
Normal file
40
doc/CqtDeployer-Manifest.json
Normal file
@ -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"
|
||||
]
|
||||
}
|
||||
|
33
doc/Marketplace.md
Normal file
33
doc/Marketplace.md
Normal file
@ -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)
|
Loading…
x
Reference in New Issue
Block a user