mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Follow http user-agent format
Add version variable without the starting "v"
This commit is contained in:
committed by
sledgehammer999
parent
21212fdfe5
commit
f0eab3f085
@@ -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}\\\"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user