mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
Restructured the project file
Move OS specific configuration to separate project files
This commit is contained in:
11
version.pri
Normal file
11
version.pri
Normal file
@@ -0,0 +1,11 @@
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.5.0beta5\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.5.0beta5\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=5
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=BETA
|
||||
Reference in New Issue
Block a user