This commit is contained in:
Anton Thomasson 2019-12-19 21:58:56 +01:00
parent 7a6af2b17e
commit 2f6985af39
4 changed files with 7 additions and 7 deletions

View file

@ -10,10 +10,10 @@ ApplicationWindow
cover: Qt.resolvedUrl("cover/CoverPage.qml") cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: defaultAllowedOrientations allowedOrientations: defaultAllowedOrientations
id: appVersion id: appWin
property string appName: "SeaPrint" property string appName: "SeaPrint"
property string version: "0.3-3" property string version: "0.3.1-1"
Item { Item {
id: db id: db

View file

@ -54,7 +54,7 @@ Page {
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeLarge font.pixelSize: Theme.fontSizeLarge
color: Theme.highlightColor color: Theme.highlightColor
text: appVersion.appName + " v" + appVersion.version text: appWin.appName + " v" + appWin.version
} }
AboutLabel { AboutLabel {
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall

View file

@ -9,8 +9,8 @@ Name: harbour-seaprint
# << macros # << macros
Summary: SeaPrint Summary: SeaPrint
Version: 0.3 Version: 0.3.1
Release: 3 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: LICENSE License: LICENSE
URL: http://example.org/ URL: http://example.org/

View file

@ -1,7 +1,7 @@
Name: harbour-seaprint Name: harbour-seaprint
Summary: SeaPrint Summary: SeaPrint
Version: 0.3 Version: 0.3.1
Release: 3 Release: 1
# The contents of the Group field should be one of the groups listed here: # The contents of the Group field should be one of the groups listed here:
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
Group: Qt/Qt Group: Qt/Qt