mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Add make dist target
This commit is contained in:
parent
3529c5c7a0
commit
921512e51d
3 changed files with 21 additions and 12 deletions
21
version.pri
21
version.pri
|
@ -1,11 +1,12 @@
|
|||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.8.0\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.8.0\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=8
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 2.9.0alpha
|
||||
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=NORMAL
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${VERSION}\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v$${VERSION}\\\"
|
||||
}
|
||||
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=9
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue