mirror of
https://github.com/QuasarApp/QtDeployer.git
synced 2025-05-09 11:29:33 +00:00
to classic
This commit is contained in:
parent
f5a9a8cc5c
commit
d61fd894f5
@ -5,7 +5,7 @@ description: |
|
||||
Deploy Qt Projects. this application extract all depends library of executable and create launch script for your application. |
|
||||
All you need is to select a folder with a compiled libraries of qt and a folder with your project.
|
||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||
confinement: classic # use 'strict' once you have the right plugs and slots
|
||||
|
||||
|
||||
icon: snap/gui/icon.png
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
QString Utils::getVersion(){
|
||||
|
||||
QFileInfo f("./../snap/snapcraft.yaml");
|
||||
QFileInfo f(":/snapcraft/snapcraft");
|
||||
QFile file(f.absoluteFilePath());
|
||||
|
||||
if(file.open(QIODevice::ReadOnly)){
|
||||
|
@ -18,4 +18,7 @@
|
||||
<file alias="en">languages/en.qm</file>
|
||||
<file alias="ru">languages/ru.qm</file>
|
||||
</qresource>
|
||||
<qresource prefix="/snapcraft">
|
||||
<file alias="snapcraft">../snap/snapcraft.yaml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Loading…
x
Reference in New Issue
Block a user