mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-08 11:57:51 +08:00
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
PROJECT_NAME = qbittorrent
|
|
PROJECT_VERSION = 2.10.0alpha
|
|
|
|
os2 {
|
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
|
} else {
|
|
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
|
}
|
|
|
|
DEFINES += VERSION_MAJOR=2
|
|
DEFINES += VERSION_MINOR=10
|
|
DEFINES += VERSION_BUGFIX=0
|