- Now VERSION is defined in src.pro, avoid duplication, cleaner and more adapted.

This commit is contained in:
Christophe Dumez
2007-03-08 23:32:54 +00:00
parent 87f440aa9e
commit af3384f748
4 changed files with 9 additions and 10 deletions

View File

@@ -13,6 +13,12 @@ DEPENDPATH += . trayicon
INCLUDEPATH += $$TRAYICON_CPP
CONFIG += qt x11
# Update this VERSION for each release
DEFINES += VERSION=\\\"v0.9.0beta5\\\"
DEFINES += VERSION_MAJOR=0
DEFINES += VERSION_MINOR=9
DEFINES += VERSION_BUGFIX=0
contains(DEBUG_MODE, 1){
CONFIG += debug
message(Debug build!)