Version management
This commit is contained in:
parent
db7857e5fa
commit
e473c38a6a
@ -15,7 +15,7 @@ TARGET = harbour-allradio
|
|||||||
CONFIG += sailfishapp
|
CONFIG += sailfishapp
|
||||||
|
|
||||||
# App version
|
# App version
|
||||||
DEFINES += APP_VERSION=\"\\\"$${VERSION}\\\"\"
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||||
|
|
||||||
SOURCES += src/harbour-allradio.cpp
|
SOURCES += src/harbour-allradio.cpp
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ import "helpers"
|
|||||||
ApplicationWindow
|
ApplicationWindow
|
||||||
{
|
{
|
||||||
id: allRadio
|
id: allRadio
|
||||||
property string _version: "2.0.10"
|
property string _version: "2.0.12"
|
||||||
property string _language: Qt.locale().name.slice(0,2)
|
property string _language: Qt.locale().name.slice(0,2)
|
||||||
property string _country: Qt.locale().name.slice(-2)
|
property string _country: Qt.locale().name.slice(-2)
|
||||||
property int sleepTime: 0
|
property int sleepTime: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user