[change] Changed Qv2ray.pro condition check

This commit is contained in:
Leroy.H.Y 2019-12-28 11:19:05 +08:00
parent 344bba9427
commit 520c04eae7
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2401
2404

View File

@ -13,11 +13,11 @@ TEMPLATE = app
_BUILD_NUMBER=$$cat(Build.Counter)
VERSION = 1.99.3.$$_BUILD_NUMBER
!no_increase_build_number {
no_increase_build_number {
message("Build.Counter will not be increased")
} else {
_BUILD_NUMBER = $$num_add($$_BUILD_NUMBER, 1)
write_file("Build.Counter", _BUILD_NUMBER)
} else {
message("Build.Counter will not be increased")
}
DEFINES += QT_DEPRECATED_WARNINGS QV2RAY_VERSION_STRING=\"\\\"v$${VERSION}\\\"\" QAPPLICATION_CLASS=QApplication