2018-12-26 20:21:57 +03:00
..
2018-12-26 20:10:58 +03:00
2018-12-26 20:10:58 +03:00
2018-12-26 20:10:58 +03:00
2018-12-26 18:01:13 +03:00
2018-12-26 18:01:13 +03:00
2018-12-26 18:01:13 +03:00
2018-12-26 18:01:13 +03:00
2018-12-26 18:01:13 +03:00
2018-12-26 18:01:13 +03:00
2018-12-26 18:01:13 +03:00
2018-12-26 20:21:57 +03:00
2018-12-26 20:10:58 +03:00

This example for packing apps to snap

You need to build your project with your own qt version

    snap install cqtdeployer --classic
    git clone https://github.com/QuasarApp/Console-QtDeployer.git
    cd Console-QtDeployer/examples/TestQMLWidgets
    /path/to/your/qmake/bin/qmake TestQMLWidgets.pro
    make 
    cqtdeployer -bin ./build/TestQMLWidgets -qmake /path/to/your/qmake/bin/qmake -qmlDir ./ -targetDir ./distro
    snapcraft
    snap install cqtdeployerexample_0.1_amd64.snap --dangerous
    cqtdeployerexample

Done!