Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f9a92c45a4
5 changed files with 6 additions and 5 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- harbour
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
@ -38,5 +38,4 @@ TRANSLATIONS += \
|
||||||
translations/harbour-papocchio-sr.ts \
|
translations/harbour-papocchio-sr.ts \
|
||||||
translations/harbour-papocchio-sv.ts \
|
translations/harbour-papocchio-sv.ts \
|
||||||
translations/harbour-papocchio-tr.ts \
|
translations/harbour-papocchio-tr.ts \
|
||||||
translations/harbour-papocchio-tzm.ts \
|
translations/harbour-papocchio-tzm.ts
|
||||||
translations/harbour-papocchio-zh_Hant.ts
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ Screenshots:
|
||||||
- https://raw.githubusercontent.com/ilpianista/harbour-Papocchio/master/screenshots/screenshot_2.png
|
- https://raw.githubusercontent.com/ilpianista/harbour-Papocchio/master/screenshots/screenshot_2.png
|
||||||
Url:
|
Url:
|
||||||
Homepage: https://github.com/ilpianista/harbour-Papocchio
|
Homepage: https://github.com/ilpianista/harbour-Papocchio
|
||||||
Bugtracker: https://github.com/ilpianista/harbour-Papocchio/-/issues
|
Bugtracker: https://github.com/ilpianista/harbour-Papocchio/issues
|
||||||
Donation: https://liberapay.com/ilpianista
|
Donation: https://liberapay.com/ilpianista
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Description: |
|
||||||
- https://raw.githubusercontent.com/ilpianista/harbour-Papocchio/master/screenshots/screenshot_2.png
|
- https://raw.githubusercontent.com/ilpianista/harbour-Papocchio/master/screenshots/screenshot_2.png
|
||||||
Url:
|
Url:
|
||||||
Homepage: https://github.com/ilpianista/harbour-Papocchio
|
Homepage: https://github.com/ilpianista/harbour-Papocchio
|
||||||
Bugtracker: https://github.com/ilpianista/harbour-Papocchio/-/issues
|
Bugtracker: https://github.com/ilpianista/harbour-Papocchio/issues
|
||||||
Donation: https://liberapay.com/ilpianista
|
Donation: https://liberapay.com/ilpianista
|
||||||
%endif
|
%endif
|
||||||
Configure: none
|
Configure: none
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <QtQuick>
|
#include <QtQuick>
|
||||||
|
#include <QStandardPaths>
|
||||||
|
|
||||||
#include <sailfishapp.h>
|
#include <sailfishapp.h>
|
||||||
|
|
||||||
|
@ -28,7 +29,7 @@ int main(int argc, char *argv[])
|
||||||
QScopedPointer<QQuickView> view(SailfishApp::createView());
|
QScopedPointer<QQuickView> view(SailfishApp::createView());
|
||||||
|
|
||||||
QCoreApplication::setApplicationName(QStringLiteral("harbour-papocchio"));
|
QCoreApplication::setApplicationName(QStringLiteral("harbour-papocchio"));
|
||||||
QCoreApplication::setOrganizationDomain(QStringLiteral("andreascarpino.it"));
|
QCoreApplication::setOrganizationName(QStringLiteral("andreascarpino.it"));
|
||||||
|
|
||||||
view->setSource(SailfishApp::pathTo("qml/Papocchio.qml"));
|
view->setSource(SailfishApp::pathTo("qml/Papocchio.qml"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue