mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
- FEATURE: Added monochrome icon for light themes
- BUGFIX: Change systray icon on the fly (no restart needed)
This commit is contained in:
parent
dfa16320f0
commit
01b5844174
9 changed files with 88 additions and 36 deletions
|
@ -1,11 +1,11 @@
|
|||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.7.0\"\'
|
||||
DEFINES += VERSION=\'\"v2.8.0alpha1\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.7.0\\\"
|
||||
DEFINES += VERSION=\\\"v2.8.0alpha1\\\"
|
||||
}
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=7
|
||||
DEFINES += VERSION_MINOR=8
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
|
||||
# NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL
|
||||
DEFINES += VERSION_TYPE=NORMAL
|
||||
DEFINES += VERSION_TYPE=ALPHA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue