- FEATURE: Added monochrome icon for light themes

- BUGFIX: Change systray icon on the fly (no restart needed)
This commit is contained in:
Christophe Dumez 2011-03-27 08:34:51 +00:00
commit 01b5844174
9 changed files with 88 additions and 36 deletions

View file

@ -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