added version define
This commit is contained in:
parent
ff9cf3c3d6
commit
f9328191bb
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ android {
|
||||||
QT += androidextras
|
QT += androidextras
|
||||||
}
|
}
|
||||||
VERSION = 0.04
|
VERSION = 0.04
|
||||||
|
DEFINES += APP_VERSION=$$VERSION
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
# The following define makes your compiler emit warnings if you use
|
# The following define makes your compiler emit warnings if you use
|
||||||
|
|
Reference in a new issue