mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-07 06:59:35 +00:00
README.md: fixed some glitches with layout
This commit is contained in:
parent
72f8cf0fe3
commit
5637b9853b
@ -1,5 +1,5 @@
|
|||||||
# This example for packing apps to snap
|
# This example for packing apps to snap
|
||||||
You need to build your project with your own qt version
|
You need to build your project with your own Qt version.
|
||||||
|
|
||||||
1. cd ~/ # go to home dir
|
1. cd ~/ # go to home dir
|
||||||
2. snap install cqtdeployer # install cqtdeployer from snap store
|
2. snap install cqtdeployer # install cqtdeployer from snap store
|
||||||
@ -7,10 +7,10 @@
|
|||||||
4. cd Console-QtDeployer/examples/TestQMLWidgets # go to folder with example
|
4. cd Console-QtDeployer/examples/TestQMLWidgets # go to folder with example
|
||||||
5. /path/to/your/qmake/bin/qmake TestQMLWidgets.pro # run your qmake for this example
|
5. /path/to/your/qmake/bin/qmake TestQMLWidgets.pro # run your qmake for this example
|
||||||
6. make # build example
|
6. make # build example
|
||||||
7. cqtdeployer -bin ./build/TestQMLWidgets -qmake /path/to/your/qmake/bin/qmake -qmlDir ./ -targetDir ./distro
|
7. cqtdeployer -bin ./build/TestQMLWidgets -qmake /path/to/your/qmake/bin/qmake -qmlDir ./ -targetDir ./distro
|
||||||
# run cqtdeployer for deploy example project
|
# run cqtdeployer for deploy example project
|
||||||
8. snapcraft # create snapcraft build
|
8. snapcraft # create snapcraft build
|
||||||
9. snap install cqtdeployerexample_0.1_amd64.snap --dangerous # install this example
|
9. snap install cqtdeployerexample_0.1_amd64.snap --dangerous # install this example
|
||||||
10.cqtdeployerexample # check
|
10. cqtdeployerexample # check
|
||||||
Done!
|
|
||||||
|
|
||||||
|
Done!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user