mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Follow http user-agent format
Add version variable without the starting "v"
This commit is contained in:
parent
cb1646be32
commit
2091dfaa69
5 changed files with 14 additions and 10 deletions
|
@ -23,7 +23,9 @@ DEFINES += QBT_VERSION_BUILD=$${VER_BUILD}
|
|||
|
||||
os2 {
|
||||
DEFINES += QBT_VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
DEFINES += QBT_VERSION_2=\'\"$${PROJECT_VERSION}\"\'
|
||||
}
|
||||
else {
|
||||
DEFINES += QBT_VERSION=\\\"v$${PROJECT_VERSION}\\\"
|
||||
DEFINES += QBT_VERSION_2=\\\"$${PROJECT_VERSION}\\\"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue