mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 17:41:39 +08:00
refs #921, use QVersionNumber
* CVersion removed * remaining utility functions moved to CBuildConfig * patch version -> micro version (Qt naming) * using classes adjusted
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ec297d5838
commit
f85501c7bf
@@ -16,7 +16,7 @@ include(version.pri)
|
||||
!win32 {
|
||||
VER_MAJ = $${BLACK_VER_MAJ}
|
||||
VER_MIN = $${BLACK_VER_MIN}
|
||||
VER_PAT = $${BLACK_VER_PAT}
|
||||
VER_MIC = $${BLACK_VER_MIC}
|
||||
VERSION = $${BLACK_VERSION}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user