mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-02-24 11:07:22 -08:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
PROJECT_NAME = qbittorrent
|
|
PROJECT_VERSION = 3.1.9
|
|
|
|
os2 {
|
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
|
} else {
|
|
DEFINES += VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
|
}
|
|
|
|
DEFINES += VERSION_MAJOR=3
|
|
DEFINES += VERSION_MINOR=1
|
|
DEFINES += VERSION_BUGFIX=9
|