mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Follow http user-agent format
Add version variable without the starting "v"
This commit is contained in:
@@ -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